Html Css Color HEX #76D30D Lawn Green

📋 copy color: '#76D30D'

red 118 ◦ green 211 ◦ blue 13

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

Shades of Lawn Green #76D30D

Tints of Lawn Green #76D30D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 61.7%

 BLUE value IS 13 (5.47% from 255) = 3.8%

R = 34.5%
G = 61.7%
B = 3.8%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#76D30D (or 0x76D30D) is known color: Lawn Green. HEX triplet: 76, D3 and 0D. RGB value is (118,211,13). Sum of RGB (Red+Green+Blue) = 118+211+13=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 211 (82.81% from 255 or 61.70% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 211 - color contains mainly: green. Hex color #76D30D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D30D is #892CF2. Grayscale: #A1A1A1. Windows color (decimal): -8989939 or 906102. OLE color: 906102.

HSL color Cylindrical-coordinate representation of color #76D30D: hue angle of 88.18º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76D30D is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 118 211 13 -
CMYK 0.44 0 0.94 0.17
HSL 88.18º 0.88% 0.44% -
HSV(B) 88.18º 0.94% 0.83% -
XYZ 30.84 50.47 8.5 -
YUV 160.62 44.69 97.6 -
System Red Green Blue C M Y K H S L
Decimal 118 211 13 0.44 0 0.94 0.17 88.18 0.88 0.44
Hex 76 D3 D 2C 0 5E 11 58 58 2C
Octal 166 323 15 54 0 136 21 130 130 54
Binary 1110110 11010011 1101 101100 0 1011110 10001 1011000 1011000 101100

Color Harmonies of #76D30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D30D

Black with #76D30D

Text Example


Text Example

White with #76D30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,211,13); }

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

background-color css

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

 a { background-color: rgb(118,211,13); }

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

border-color css

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

 span { border-color: rgb(118,211,13); }

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