Html Css Color HEX #80FC02 Chartreuse

📋 copy color: '#80FC02'

red 128 ◦ green 252 ◦ blue 2

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

Shades of Chartreuse #80FC02

Tints of Chartreuse #80FC02

RGB

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

 GREEN value IS 252 (98.83% from 255) = 65.97%

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

R = 33.51%
G = 65.97%
B = 0.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#80FC02 (or 0x80FC02) is known color: Chartreuse. HEX triplet: 80, FC and 02. RGB value is (128,252,2). Sum of RGB (Red+Green+Blue) = 128+252+2=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 252 (98.83% from 255 or 65.97% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 252 - color contains mainly: green. Hex color #80FC02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FC02 is #7F03FD. Grayscale: #BBBBBB. Windows color (decimal): -8324094 or 195712. OLE color: 195712.

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

Color convert

RGB 128 252 2 -
CMYK 0.49 0 0.99 0.01
HSL 89.76º 0.98% 0.5% -
HSV(B) 89.76º 0.99% 0.99% -
XYZ 43.72 74.21 12.08 -
YUV 186.42 23.92 86.33 -
System Red Green Blue C M Y K H S L
Decimal 128 252 2 0.49 0 0.99 0.01 89.76 0.98 0.5
Hex 80 FC 2 31 0 63 1 5A 62 32
Octal 200 374 2 61 0 143 1 132 142 62
Binary 10000000 11111100 10 110001 0 1100011 1 1011010 1100010 110010

Color Harmonies of #80FC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FC02

Black with #80FC02

Text Example


Text Example

White with #80FC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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