Html Css Color HEX #76CE11 Lima

📋 copy color: '#76CE11'

red 118 ◦ green 206 ◦ blue 17

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

Shades of Lima #76CE11

Tints of Lima #76CE11

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.41%

 BLUE value IS 17 (7.03% from 255) = 4.99%

R = 34.6%
G = 60.41%
B = 4.99%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#76CE11 (or 0x76CE11) is known color: Lima. HEX triplet: 76, CE and 11. RGB value is (118,206,17). Sum of RGB (Red+Green+Blue) = 118+206+17=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 206 (80.86% from 255 or 60.41% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CE11 is #8931EE. Grayscale: #9E9E9E. Windows color (decimal): -8991215 or 1166966. OLE color: 1166966.

HSL color Cylindrical-coordinate representation of color #76CE11: hue angle of 87.94º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76CE11 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 206 17 -
CMYK 0.43 0 0.92 0.19
HSL 87.94º 0.85% 0.44% -
HSV(B) 87.94º 0.92% 0.81% -
XYZ 29.64 48.03 8.24 -
YUV 158.14 48.35 99.37 -
System Red Green Blue C M Y K H S L
Decimal 118 206 17 0.43 0 0.92 0.19 87.94 0.85 0.44
Hex 76 CE 11 2B 0 5C 13 58 55 2C
Octal 166 316 21 53 0 134 23 130 125 54
Binary 1110110 11001110 10001 101011 0 1011100 10011 1011000 1010101 101100

Color Harmonies of #76CE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CE11

Black with #76CE11

Text Example


Text Example

White with #76CE11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,206,17); }

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

background-color css

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

 a { background-color: rgb(118,206,17); }

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

border-color css

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

 span { border-color: rgb(118,206,17); }

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