Html Css Color HEX #76CB28 Lima

📋 copy color: '#76CB28'

red 118 ◦ green 203 ◦ blue 40

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

Shades of Lima #76CB28

Tints of Lima #76CB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.08%

R = 32.69%
G = 56.23%
B = 11.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#76CB28 (or 0x76CB28) is known color: Lima. HEX triplet: 76, CB and 28. RGB value is (118,203,40). Sum of RGB (Red+Green+Blue) = 118+203+40=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 203 (79.69% from 255 or 56.23% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CB28 is #8934D7. Grayscale: #9F9F9F. Windows color (decimal): -8991960 or 2673526. OLE color: 2673526.

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

Color convert

RGB 118 203 40 -
CMYK 0.42 0 0.80 0.20
HSL 91.29º 0.67% 0.48% -
HSV(B) 91.29º 0.8% 0.8% -
XYZ 29.21 46.72 9.49 -
YUV 159 60.84 98.75 -
System Red Green Blue C M Y K H S L
Decimal 118 203 40 0.42 0 0.80 0.20 91.29 0.67 0.48
Hex 76 CB 28 2A 0 50 14 5B 43 30
Octal 166 313 50 52 0 120 24 133 103 60
Binary 1110110 11001011 101000 101010 0 1010000 10100 1011011 1000011 110000

Color Harmonies of #76CB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CB28

Black with #76CB28

Text Example


Text Example

White with #76CB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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