Html Css Color HEX #76C027 Lima

📋 copy color: '#76C027'

red 118 ◦ green 192 ◦ blue 39

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

Shades of Lima #76C027

Tints of Lima #76C027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.17%

R = 33.81%
G = 55.01%
B = 11.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#76C027 (or 0x76C027) is known color: Lima. HEX triplet: 76, C0 and 27. RGB value is (118,192,39). Sum of RGB (Red+Green+Blue) = 118+192+39=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #76C027 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C027 is #893FD8. Grayscale: #989898. Windows color (decimal): -8994777 or 2605174. OLE color: 2605174.

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

Color convert

RGB 118 192 39 -
CMYK 0.39 0 0.80 0.25
HSL 89.02º 0.66% 0.45% -
HSV(B) 89.02º 0.8% 0.75% -
XYZ 26.69 41.7 8.56 -
YUV 152.43 63.98 103.44 -
System Red Green Blue C M Y K H S L
Decimal 118 192 39 0.39 0 0.80 0.25 89.02 0.66 0.45
Hex 76 C0 27 27 0 50 19 59 42 2D
Octal 166 300 47 47 0 120 31 131 102 55
Binary 1110110 11000000 100111 100111 0 1010000 11001 1011001 1000010 101101

Color Harmonies of #76C027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C027

Black with #76C027

Text Example


Text Example

White with #76C027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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