Html Css Color HEX #76E014 Lawn Green

📋 copy color: '#76E014'

red 118 ◦ green 224 ◦ blue 20

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

Shades of Lawn Green #76E014

Tints of Lawn Green #76E014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.52%

R = 32.6%
G = 61.88%
B = 5.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#76E014 (or 0x76E014) is known color: Lawn Green. HEX triplet: 76, E0 and 14. RGB value is (118,224,20). Sum of RGB (Red+Green+Blue) = 118+224+20=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 224 (87.89% from 255 or 61.88% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 224 - color contains mainly: green. Hex color #76E014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76E014 is #891FEB. Grayscale: #A9A9A9. Windows color (decimal): -8986604 or 1368182. OLE color: 1368182.

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

Color convert

RGB 118 224 20 -
CMYK 0.47 0 0.91 0.12
HSL 91.18º 0.84% 0.48% -
HSV(B) 91.18º 0.91% 0.88% -
XYZ 34.25 57.21 9.9 -
YUV 169.05 43.88 91.59 -
System Red Green Blue C M Y K H S L
Decimal 118 224 20 0.47 0 0.91 0.12 91.18 0.84 0.48
Hex 76 E0 14 2F 0 5B C 5B 54 30
Octal 166 340 24 57 0 133 14 133 124 60
Binary 1110110 11100000 10100 101111 0 1011011 1100 1011011 1010100 110000

Color Harmonies of #76E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E014

Black with #76E014

Text Example


Text Example

White with #76E014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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