Html Css Color HEX #80CC1C Lima

📋 copy color: '#80CC1C'

red 128 ◦ green 204 ◦ blue 28

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

Shades of Lima #80CC1C

Tints of Lima #80CC1C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.67%

 BLUE value IS 28 (11.33% from 255) = 7.78%

R = 35.56%
G = 56.67%
B = 7.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#80CC1C (or 0x80CC1C) is known color: Lima. HEX triplet: 80, CC and 1C. RGB value is (128,204,28). Sum of RGB (Red+Green+Blue) = 128+204+28=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 204 (80.08% from 255 or 56.67% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CC1C is #7F33E3. Grayscale: #A1A1A1. Windows color (decimal): -8336356 or 1887360. OLE color: 1887360.

HSL color Cylindrical-coordinate representation of color #80CC1C: hue angle of 85.91º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80CC1C is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 204 28 -
CMYK 0.37 0 0.86 0.2
HSL 85.91º 0.76% 0.45% -
HSV(B) 85.91º 0.86% 0.8% -
XYZ 30.7 47.86 8.72 -
YUV 161.21 52.82 104.31 -
System Red Green Blue C M Y K H S L
Decimal 128 204 28 0.37 0 0.86 0.2 85.91 0.76 0.45
Hex 80 CC 1C 25 0 56 14 56 4C 2D
Octal 200 314 34 45 0 126 24 126 114 55
Binary 10000000 11001100 11100 100101 0 1010110 10100 1010110 1001100 101101

Color Harmonies of #80CC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CC1C

Black with #80CC1C

Text Example


Text Example

White with #80CC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,204,28); }

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

background-color css

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

 a { background-color: rgb(128,204,28); }

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

border-color css

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

 span { border-color: rgb(128,204,28); }

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