Html Css Color HEX #76CE21 Lima

📋 copy color: '#76CE21'

red 118 ◦ green 206 ◦ blue 33

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

Shades of Lima #76CE21

Tints of Lima #76CE21

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.7%

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

R = 33.05%
G = 57.7%
B = 9.24%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#76CE21 (or 0x76CE21) is known color: Lima. HEX triplet: 76, CE and 21. RGB value is (118,206,33). Sum of RGB (Red+Green+Blue) = 118+206+33=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 206 (80.86% from 255 or 57.70% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CE21 is #8931DE. Grayscale: #A0A0A0. Windows color (decimal): -8991199 or 2215542. OLE color: 2215542.

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

Color convert

RGB 118 206 33 -
CMYK 0.43 0 0.84 0.19
HSL 90.52º 0.72% 0.47% -
HSV(B) 90.52º 0.84% 0.81% -
XYZ 29.82 48.1 9.15 -
YUV 159.97 56.35 98.07 -
System Red Green Blue C M Y K H S L
Decimal 118 206 33 0.43 0 0.84 0.19 90.52 0.72 0.47
Hex 76 CE 21 2B 0 54 13 5B 48 2F
Octal 166 316 41 53 0 124 23 133 110 57
Binary 1110110 11001110 100001 101011 0 1010100 10011 1011011 1001000 101111

Color Harmonies of #76CE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CE21

Black with #76CE21

Text Example


Text Example

White with #76CE21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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