Html Css Color HEX #76CC24 Lima

📋 copy color: '#76CC24'

red 118 ◦ green 204 ◦ blue 36

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

Shades of Lima #76CC24

Tints of Lima #76CC24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.06%

R = 32.96%
G = 56.98%
B = 10.06%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#76CC24 (or 0x76CC24) is known color: Lima. HEX triplet: 76, CC and 24. RGB value is (118,204,36). Sum of RGB (Red+Green+Blue) = 118+204+36=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 204 (80.08% from 255 or 56.98% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CC24 is #8933DB. Grayscale: #9F9F9F. Windows color (decimal): -8991708 or 2411638. OLE color: 2411638.

HSL color Cylindrical-coordinate representation of color #76CC24: hue angle of 90.71º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76CC24 is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 204 36 -
CMYK 0.42 0 0.82 0.2
HSL 90.71º 0.7% 0.47% -
HSV(B) 90.71º 0.82% 0.8% -
XYZ 29.38 47.16 9.22 -
YUV 159.13 58.51 98.66 -
System Red Green Blue C M Y K H S L
Decimal 118 204 36 0.42 0 0.82 0.2 90.71 0.7 0.47
Hex 76 CC 24 2A 0 52 14 5B 46 2F
Octal 166 314 44 52 0 122 24 133 106 57
Binary 1110110 11001100 100100 101010 0 1010010 10100 1011011 1000110 101111

Color Harmonies of #76CC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CC24

Black with #76CC24

Text Example


Text Example

White with #76CC24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,204,36); }

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

background-color css

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

 a { background-color: rgb(118,204,36); }

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

border-color css

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

 span { border-color: rgb(118,204,36); }

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