Html Css Color HEX #76D021 Lima

📋 copy color: '#76D021'

red 118 ◦ green 208 ◦ blue 33

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

Shades of Lima #76D021

Tints of Lima #76D021

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.94%

 BLUE value IS 33 (13.28% from 255) = 9.19%

R = 32.87%
G = 57.94%
B = 9.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#76D021 (or 0x76D021) is known color: Lima. HEX triplet: 76, D0 and 21. RGB value is (118,208,33). Sum of RGB (Red+Green+Blue) = 118+208+33=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 208 (81.64% from 255 or 57.94% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 208 - color contains mainly: green. Hex color #76D021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D021 is #892FDE. Grayscale: #A1A1A1. Windows color (decimal): -8990687 or 2216054. OLE color: 2216054.

HSL color Cylindrical-coordinate representation of color #76D021: hue angle of 90.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76D021 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 208 33 -
CMYK 0.43 0 0.84 0.18
HSL 90.86º 0.73% 0.47% -
HSV(B) 90.86º 0.84% 0.82% -
XYZ 30.3 49.07 9.31 -
YUV 161.14 55.68 97.23 -
System Red Green Blue C M Y K H S L
Decimal 118 208 33 0.43 0 0.84 0.18 90.86 0.73 0.47
Hex 76 D0 21 2B 0 54 12 5B 49 2F
Octal 166 320 41 53 0 124 22 133 111 57
Binary 1110110 11010000 100001 101011 0 1010100 10010 1011011 1001001 101111

Color Harmonies of #76D021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D021

Black with #76D021

Text Example


Text Example

White with #76D021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,208,33); }

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

background-color css

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

 a { background-color: rgb(118,208,33); }

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

border-color css

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

 span { border-color: rgb(118,208,33); }

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