Html Css Color HEX #76C028 Lima

📋 copy color: '#76C028'

red 118 ◦ green 192 ◦ blue 40

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

Shades of Lima #76C028

Tints of Lima #76C028

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.86%

 BLUE value IS 40 (16.02% from 255) = 11.43%

R = 33.71%
G = 54.86%
B = 11.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#76C028 (or 0x76C028) is known color: Lima. HEX triplet: 76, C0 and 28. RGB value is (118,192,40). Sum of RGB (Red+Green+Blue) = 118+192+40=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #76C028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C028 is #893FD7. Grayscale: #999999. Windows color (decimal): -8994776 or 2670710. OLE color: 2670710.

HSL color Cylindrical-coordinate representation of color #76C028: hue angle of 89.21º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76C028 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 192 40 -
CMYK 0.39 0 0.79 0.25
HSL 89.21º 0.66% 0.45% -
HSV(B) 89.21º 0.79% 0.75% -
XYZ 26.7 41.7 8.65 -
YUV 152.55 64.48 103.36 -
System Red Green Blue C M Y K H S L
Decimal 118 192 40 0.39 0 0.79 0.25 89.21 0.66 0.45
Hex 76 C0 28 27 0 4F 19 59 42 2D
Octal 166 300 50 47 0 117 31 131 102 55
Binary 1110110 11000000 101000 100111 0 1001111 11001 1011001 1000010 101101

Color Harmonies of #76C028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C028

Black with #76C028

Text Example


Text Example

White with #76C028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,192,40); }

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

background-color css

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

 a { background-color: rgb(118,192,40); }

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

border-color css

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

 span { border-color: rgb(118,192,40); }

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