Html Css Color HEX #76D213 Lima

📋 copy color: '#76D213'

red 118 ◦ green 210 ◦ blue 19

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

Shades of Lima #76D213

Tints of Lima #76D213

RGB

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

 GREEN value IS 210 (82.42% from 255) = 60.52%

 BLUE value IS 19 (7.81% from 255) = 5.48%

R = 34.01%
G = 60.52%
B = 5.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#76D213 (or 0x76D213) is known color: Lima. HEX triplet: 76, D2 and 13. RGB value is (118,210,19). Sum of RGB (Red+Green+Blue) = 118+210+19=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 210 (82.42% from 255 or 60.52% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 210 - color contains mainly: green. Hex color #76D213 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D213 is #892DEC. Grayscale: #A1A1A1. Windows color (decimal): -8990189 or 1299062. OLE color: 1299062.

HSL color Cylindrical-coordinate representation of color #76D213: hue angle of 88.9º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76D213 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 210 19 -
CMYK 0.44 0 0.91 0.18
HSL 88.9º 0.83% 0.45% -
HSV(B) 88.9º 0.91% 0.82% -
XYZ 30.64 49.99 8.65 -
YUV 160.72 48.02 97.53 -
System Red Green Blue C M Y K H S L
Decimal 118 210 19 0.44 0 0.91 0.18 88.9 0.83 0.45
Hex 76 D2 13 2C 0 5B 12 59 53 2D
Octal 166 322 23 54 0 133 22 131 123 55
Binary 1110110 11010010 10011 101100 0 1011011 10010 1011001 1010011 101101

Color Harmonies of #76D213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D213

Black with #76D213

Text Example


Text Example

White with #76D213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,210,19); }

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

background-color css

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

 a { background-color: rgb(118,210,19); }

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

border-color css

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

 span { border-color: rgb(118,210,19); }

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