#84BB1E

Color #84BB1E Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #84BB1E

Tints of Lima #84BB1E

Color information

#84BB1E (or 0x84BB1E) is unknown color: approx Lima. HEX triplet: 84, BB and 1E. RGB value is (132,187,30). Sum of RGB (Red+Green+Blue) = 132+187+30=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 187 (73.44% from 255 or 53.58% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 187 - color contains mainly: green. Hex color #84BB1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BB1E is #7B44E1. Grayscale: #999999. Windows color (decimal): -8078562 or 2014084. OLE color: 2014084.

HSL color Cylindrical-coordinate representation of color #84BB1E: hue angle of 81.02º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84BB1E is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB13218730-
CMYK0.2900.840.27
HSL81.02º72.35%42.55%-
HSV(B)81.02º83.96%73.33%-
XYZ27.5240.547.6-
YUV152.6658.78113.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 187 (73.44% from 255) = 53.58%
BLUE value IS 30 (12.11% from 255) = 8.60%
R=37.82%
G=53.58%
B=8.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132187300.2900.840.2781.0272.3542.55
Hex84BB1E1D0541B51482b
Octal204273363501243312111053
Binary10000100101110111111011101010101001101110100011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84BB1E; }

 p { color: rgb(132,187,30); }

 H1.HeaderClassName
 {
   color: #84BB1E;
 }
 .AnyTagClassName
 {
   color: #84BB1E;
 }
</style>
background-color css

<style>
 a { background-color: #84BB1E; }

 a { background-color: rgb(132,187,30); }

 div.DivClassName
 {
   background-color: #84BB1E;
 }
 .BgClassName
 {
   background-color: #84BB1E;
 }
</style>
border-color css

<style>
 span { border-color: #84BB1E; }

 span { border-color: rgb(132,187,30); }

 td.TdClassName
 {
   border-color: #84BB1E;
 }
 .TagClassName
 {
   border-color: #84BB1E;
 }
</style>