Html Css Color HEX #80FF02 Chartreuse

📋 copy color: '#80FF02'

red 128 ◦ green 255 ◦ blue 2

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

Shades of Chartreuse #80FF02

Tints of Chartreuse #80FF02

RGB

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

 GREEN value IS 255 (100% from 255) = 66.23%

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

R = 33.25%
G = 66.23%
B = 0.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#80FF02 (or 0x80FF02) is known color: Chartreuse. HEX triplet: 80, FF and 02. RGB value is (128,255,2). Sum of RGB (Red+Green+Blue) = 128+255+2=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 255 (100% from 255 or 66.23% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FF02 is #7F00FD. Grayscale: #BDBDBD. Windows color (decimal): -8323326 or 196480. OLE color: 196480.

HSL color Cylindrical-coordinate representation of color #80FF02: hue angle of 90.12º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80FF02 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB 128 255 2 -
CMYK 0.50 0 0.99 0
HSL 90.12º 1% 0.5% -
HSV(B) 90.12º 0.99% 1% -
XYZ 44.67 76.11 12.39 -
YUV 188.19 22.92 85.07 -
System Red Green Blue C M Y K H S L
Decimal 128 255 2 0.50 0 0.99 0 90.12 1 0.5
Hex 80 FF 2 32 0 63 0 5A 64 32
Octal 200 377 2 62 0 143 0 132 144 62
Binary 10000000 11111111 10 110010 0 1100011 0 1011010 1100100 110010

Color Harmonies of #80FF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FF02

Black with #80FF02

Text Example


Text Example

White with #80FF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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