Html Css Color HEX #80FF2E Chartreuse

📋 copy color: '#80FF2E'

red 128 ◦ green 255 ◦ blue 46

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

Shades of Chartreuse #80FF2E

Tints of Chartreuse #80FF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.72%

R = 29.84%
G = 59.44%
B = 10.72%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#80FF2E (or 0x80FF2E) is known color: Chartreuse. HEX triplet: 80, FF and 2E. RGB value is (128,255,46). Sum of RGB (Red+Green+Blue) = 128+255+46=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 46 (18.36% from 255 or 10.72% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FF2E is #7F00D1. Grayscale: #C1C1C1. Windows color (decimal): -8323282 or 3080064. OLE color: 3080064.

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

Color convert

RGB 128 255 46 -
CMYK 0.50 0 0.82 0
HSL 96.46º 1% 0.59% -
HSV(B) 96.46º 0.82% 1% -
XYZ 45.16 76.31 14.93 -
YUV 193.2 44.92 81.49 -
System Red Green Blue C M Y K H S L
Decimal 128 255 46 0.50 0 0.82 0 96.46 1 0.59
Hex 80 FF 2E 32 0 52 0 60 64 3B
Octal 200 377 56 62 0 122 0 140 144 73
Binary 10000000 11111111 101110 110010 0 1010010 0 1100000 1100100 111011

Color Harmonies of #80FF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FF2E

Black with #80FF2E

Text Example


Text Example

White with #80FF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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