Html Css Color HEX #76E012 Lawn Green

📋 copy color: '#76E012'

red 118 ◦ green 224 ◦ blue 18

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

Shades of Lawn Green #76E012

Tints of Lawn Green #76E012

RGB

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

 GREEN value IS 224 (87.89% from 255) = 62.22%

 BLUE value IS 18 (7.42% from 255) = 5%

R = 32.78%
G = 62.22%
B = 5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#76E012 (or 0x76E012) is known color: Lawn Green. HEX triplet: 76, E0 and 12. RGB value is (118,224,18). Sum of RGB (Red+Green+Blue) = 118+224+18=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 224 (87.89% from 255 or 62.22% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 224 - color contains mainly: green. Hex color #76E012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76E012 is #891FED. Grayscale: #A9A9A9. Windows color (decimal): -8986606 or 1237110. OLE color: 1237110.

HSL color Cylindrical-coordinate representation of color #76E012: hue angle of 90.87º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76E012 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 224 18 -
CMYK 0.47 0 0.92 0.12
HSL 90.87º 0.85% 0.47% -
HSV(B) 90.87º 0.92% 0.88% -
XYZ 34.24 57.21 9.81 -
YUV 168.82 42.88 91.75 -
System Red Green Blue C M Y K H S L
Decimal 118 224 18 0.47 0 0.92 0.12 90.87 0.85 0.47
Hex 76 E0 12 2F 0 5C C 5B 55 2F
Octal 166 340 22 57 0 134 14 133 125 57
Binary 1110110 11100000 10010 101111 0 1011100 1100 1011011 1010101 101111

Color Harmonies of #76E012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E012

Black with #76E012

Text Example


Text Example

White with #76E012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,224,18); }

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

background-color css

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

 a { background-color: rgb(118,224,18); }

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

border-color css

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

 span { border-color: rgb(118,224,18); }

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