Html Css Color HEX #80C227 Lima

📋 copy color: '#80C227'

red 128 ◦ green 194 ◦ blue 39

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

Shades of Lima #80C227

Tints of Lima #80C227

RGB

 RED value IS 128 (50.39% from 255) = 35.46%

 GREEN value IS 194 (76.17% from 255) = 53.74%

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

R = 35.46%
G = 53.74%
B = 10.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#80C227 (or 0x80C227) is known color: Lima. HEX triplet: 80, C2 and 27. RGB value is (128,194,39). Sum of RGB (Red+Green+Blue) = 128+194+39=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #80C227 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C227 is #7F3DD8. Grayscale: #9D9D9D. Windows color (decimal): -8338905 or 2605696. OLE color: 2605696.

HSL color Cylindrical-coordinate representation of color #80C227: hue angle of 85.55º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80C227 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 194 39 -
CMYK 0.34 0 0.80 0.24
HSL 85.55º 0.67% 0.46% -
HSV(B) 85.55º 0.8% 0.76% -
XYZ 28.56 43.32 8.78 -
YUV 156.6 61.63 107.6 -
System Red Green Blue C M Y K H S L
Decimal 128 194 39 0.34 0 0.80 0.24 85.55 0.67 0.46
Hex 80 C2 27 22 0 50 18 56 43 2E
Octal 200 302 47 42 0 120 30 126 103 56
Binary 10000000 11000010 100111 100010 0 1010000 11000 1010110 1000011 101110

Color Harmonies of #80C227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C227

Black with #80C227

Text Example


Text Example

White with #80C227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80C227; }

 p { color: rgb(128,194,39); }

 H1.HeaderClassName
 {
   color: #80C227;
 }
 .AnyTagClassName
 {
   color: #80C227;
 }
</style>

background-color css

<style>
 a { background-color: #80C227; }

 a { background-color: rgb(128,194,39); }

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

border-color css

<style>
 span { border-color: #80C227; }

 span { border-color: rgb(128,194,39); }

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