Html Css Color HEX #76CB19 Lima

📋 copy color: '#76CB19'

red 118 ◦ green 203 ◦ blue 25

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

Shades of Lima #76CB19

Tints of Lima #76CB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.23%

R = 34.1%
G = 58.67%
B = 7.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#76CB19 (or 0x76CB19) is known color: Lima. HEX triplet: 76, CB and 19. RGB value is (118,203,25). Sum of RGB (Red+Green+Blue) = 118+203+25=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 203 (79.69% from 255 or 58.67% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CB19 is #8934E6. Grayscale: #9D9D9D. Windows color (decimal): -8991975 or 1690486. OLE color: 1690486.

HSL color Cylindrical-coordinate representation of color #76CB19: hue angle of 88.65º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76CB19 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 203 25 -
CMYK 0.42 0 0.88 0.20
HSL 88.65º 0.78% 0.45% -
HSV(B) 88.65º 0.88% 0.8% -
XYZ 29 46.63 8.39 -
YUV 157.29 53.34 99.97 -
System Red Green Blue C M Y K H S L
Decimal 118 203 25 0.42 0 0.88 0.20 88.65 0.78 0.45
Hex 76 CB 19 2A 0 58 14 59 4E 2D
Octal 166 313 31 52 0 130 24 131 116 55
Binary 1110110 11001011 11001 101010 0 1011000 10100 1011001 1001110 101101

Color Harmonies of #76CB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CB19

Black with #76CB19

Text Example


Text Example

White with #76CB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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