Html Css Color HEX #76CB16 Lima

📋 copy color: '#76CB16'

red 118 ◦ green 203 ◦ blue 22

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

Shades of Lima #76CB16

Tints of Lima #76CB16

RGB

 RED value IS 118 (46.48% from 255) = 34.4%

 GREEN value IS 203 (79.69% from 255) = 59.18%

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

R = 34.4%
G = 59.18%
B = 6.41%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#76CB16 (or 0x76CB16) is known color: Lima. HEX triplet: 76, CB and 16. RGB value is (118,203,22). Sum of RGB (Red+Green+Blue) = 118+203+22=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 203 (79.69% from 255 or 59.18% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CB16 is #8934E9. Grayscale: #9D9D9D. Windows color (decimal): -8991978 or 1493878. OLE color: 1493878.

HSL color Cylindrical-coordinate representation of color #76CB16: hue angle of 88.18º degrees, saturation: 0.8, 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 #76CB16 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 203 22 -
CMYK 0.42 0 0.89 0.20
HSL 88.18º 0.8% 0.44% -
HSV(B) 88.18º 0.89% 0.8% -
XYZ 28.97 46.62 8.23 -
YUV 156.95 51.84 100.22 -
System Red Green Blue C M Y K H S L
Decimal 118 203 22 0.42 0 0.89 0.20 88.18 0.8 0.44
Hex 76 CB 16 2A 0 59 14 58 50 2C
Octal 166 313 26 52 0 131 24 130 120 54
Binary 1110110 11001011 10110 101010 0 1011001 10100 1011000 1010000 101100

Color Harmonies of #76CB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CB16

Black with #76CB16

Text Example


Text Example

White with #76CB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76CB16; }

 p { color: rgb(118,203,22); }

 H1.HeaderClassName
 {
   color: #76CB16;
 }
 .AnyTagClassName
 {
   color: #76CB16;
 }
</style>

background-color css

<style>
 a { background-color: #76CB16; }

 a { background-color: rgb(118,203,22); }

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

border-color css

<style>
 span { border-color: #76CB16; }

 span { border-color: rgb(118,203,22); }

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