Html Css Color HEX #76CA18 Lima

📋 copy color: '#76CA18'

red 118 ◦ green 202 ◦ blue 24

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

Shades of Lima #76CA18

Tints of Lima #76CA18

RGB

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

 GREEN value IS 202 (79.3% from 255) = 58.72%

 BLUE value IS 24 (9.77% from 255) = 6.98%

R = 34.3%
G = 58.72%
B = 6.98%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#76CA18 (or 0x76CA18) is known color: Lima. HEX triplet: 76, CA and 18. RGB value is (118,202,24). Sum of RGB (Red+Green+Blue) = 118+202+24=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 202 (79.30% from 255 or 58.72% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CA18 is #8935E7. Grayscale: #9D9D9D. Windows color (decimal): -8992232 or 1624694. OLE color: 1624694.

HSL color Cylindrical-coordinate representation of color #76CA18: hue angle of 88.31º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76CA18 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 202 24 -
CMYK 0.42 0 0.88 0.21
HSL 88.31º 0.79% 0.44% -
HSV(B) 88.31º 0.88% 0.79% -
XYZ 28.76 46.16 8.26 -
YUV 156.59 53.17 100.47 -
System Red Green Blue C M Y K H S L
Decimal 118 202 24 0.42 0 0.88 0.21 88.31 0.79 0.44
Hex 76 CA 18 2A 0 58 15 58 4F 2C
Octal 166 312 30 52 0 130 25 130 117 54
Binary 1110110 11001010 11000 101010 0 1011000 10101 1011000 1001111 101100

Color Harmonies of #76CA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CA18

Black with #76CA18

Text Example


Text Example

White with #76CA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,202,24); }

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

background-color css

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

 a { background-color: rgb(118,202,24); }

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

border-color css

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

 span { border-color: rgb(118,202,24); }

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