Html Css Color HEX #76FF0E Lawn Green

📋 copy color: '#76FF0E'

red 118 ◦ green 255 ◦ blue 14

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

Shades of Lawn Green #76FF0E

Tints of Lawn Green #76FF0E

RGB

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

 GREEN value IS 255 (100% from 255) = 65.89%

 BLUE value IS 14 (5.86% from 255) = 3.62%

R = 30.49%
G = 65.89%
B = 3.62%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#76FF0E (or 0x76FF0E) is known color: Lawn Green. HEX triplet: 76, FF and 0E. RGB value is (118,255,14). Sum of RGB (Red+Green+Blue) = 118+255+14=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 255 (100% from 255 or 65.89% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 255 - color contains mainly: green. Hex color #76FF0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #76FF0E is #8900F1. Grayscale: #BBBBBB. Windows color (decimal): -8978674 or 982902. OLE color: 982902.

HSL color Cylindrical-coordinate representation of color #76FF0E: hue angle of 94.11º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76FF0E is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 118 255 14 -
CMYK 0.54 0 0.95 0
HSL 94.11º 1% 0.53% -
HSV(B) 94.11º 0.95% 1% -
XYZ 43.31 75.4 12.69 -
YUV 186.56 30.61 79.1 -
System Red Green Blue C M Y K H S L
Decimal 118 255 14 0.54 0 0.95 0 94.11 1 0.53
Hex 76 FF E 36 0 5F 0 5E 64 35
Octal 166 377 16 66 0 137 0 136 144 65
Binary 1110110 11111111 1110 110110 0 1011111 0 1011110 1100100 110101

Color Harmonies of #76FF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FF0E

Black with #76FF0E

Text Example


Text Example

White with #76FF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,255,14); }

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

background-color css

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

 a { background-color: rgb(118,255,14); }

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

border-color css

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

 span { border-color: rgb(118,255,14); }

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