Html Css Color HEX #80B002 Lima

📋 copy color: '#80B002'

red 128 ◦ green 176 ◦ blue 2

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

Shades of Lima #80B002

Tints of Lima #80B002

RGB

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

 GREEN value IS 176 (69.14% from 255) = 57.52%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 41.83%
G = 57.52%
B = 0.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#80B002 (or 0x80B002) is known color: Lima. HEX triplet: 80, B0 and 02. RGB value is (128,176,2). Sum of RGB (Red+Green+Blue) = 128+176+2=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 176 (69.14% from 255 or 57.52% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 176 - color contains mainly: green. Hex color #80B002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B002 is #7F4FFD. Grayscale: #8E8E8E. Windows color (decimal): -8343550 or 176256. OLE color: 176256.

HSL color Cylindrical-coordinate representation of color #80B002: hue angle of 76.55º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80B002 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 176 2 -
CMYK 0.27 0 0.99 0.31
HSL 76.55º 0.98% 0.35% -
HSV(B) 76.55º 0.99% 0.69% -
XYZ 24.44 35.64 5.65 -
YUV 141.81 49.1 118.15 -
System Red Green Blue C M Y K H S L
Decimal 128 176 2 0.27 0 0.99 0.31 76.55 0.98 0.35
Hex 80 B0 2 1B 0 63 1F 4D 62 23
Octal 200 260 2 33 0 143 37 115 142 43
Binary 10000000 10110000 10 11011 0 1100011 11111 1001101 1100010 100011

Color Harmonies of #80B002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B002

Black with #80B002

Text Example


Text Example

White with #80B002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,176,2); }

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

background-color css

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

 a { background-color: rgb(128,176,2); }

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

border-color css

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

 span { border-color: rgb(128,176,2); }

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