Html Css Color HEX #84CC16 Lima

📋 copy color: '#84CC16'

red 132 ◦ green 204 ◦ blue 22

#84CC16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #84CC16

Tints of Lima #84CC16

RGB

 RED value IS 132 (51.95% from 255) = 36.87%

 GREEN value IS 204 (80.08% from 255) = 56.98%

 BLUE value IS 22 (8.98% from 255) = 6.15%

R = 36.87%
G = 56.98%
B = 6.15%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#84CC16 (or 0x84CC16) is known color: Lima. HEX triplet: 84, CC and 16. RGB value is (132,204,22). Sum of RGB (Red+Green+Blue) = 132+204+22=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 204 (80.08% from 255 or 56.98% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 204 - color contains mainly: green. Hex color #84CC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84CC16 is #7B33E9. Grayscale: #A2A2A2. Windows color (decimal): -8074218 or 1494148. OLE color: 1494148.

HSL color Cylindrical-coordinate representation of color #84CC16: hue angle of 83.74º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84CC16 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 204 22 -
CMYK 0.35 0 0.89 0.2
HSL 83.74º 0.81% 0.44% -
HSV(B) 83.74º 0.89% 0.8% -
XYZ 31.25 48.15 8.41 -
YUV 161.72 49.15 106.8 -
System Red Green Blue C M Y K H S L
Decimal 132 204 22 0.35 0 0.89 0.2 83.74 0.81 0.44
Hex 84 CC 16 23 0 59 14 54 51 2C
Octal 204 314 26 43 0 131 24 124 121 54
Binary 10000100 11001100 10110 100011 0 1011001 10100 1010100 1010001 101100

Color Harmonies of #84CC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CC16

Black with #84CC16

Text Example


Text Example

White with #84CC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,204,22); }

 H1.HeaderClassName
 {
   color: #84CC16;
 }
 .AnyTagClassName
 {
   color: #84CC16;
 }
</style>

background-color css

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

 a { background-color: rgb(132,204,22); }

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

border-color css

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

 span { border-color: rgb(132,204,22); }

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