Html Css Color HEX #80FF2B Chartreuse

📋 copy color: '#80FF2B'

red 128 ◦ green 255 ◦ blue 43

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

Shades of Chartreuse #80FF2B

Tints of Chartreuse #80FF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.09%

R = 30.05%
G = 59.86%
B = 10.09%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#80FF2B (or 0x80FF2B) is known color: Chartreuse. HEX triplet: 80, FF and 2B. RGB value is (128,255,43). Sum of RGB (Red+Green+Blue) = 128+255+43=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FF2B is #7F00D4. Grayscale: #C1C1C1. Windows color (decimal): -8323285 or 2883456. OLE color: 2883456.

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

Color convert

RGB 128 255 43 -
CMYK 0.50 0 0.83 0
HSL 95.94º 1% 0.58% -
HSV(B) 95.94º 0.83% 1% -
XYZ 45.1 76.28 14.63 -
YUV 192.86 43.42 81.74 -
System Red Green Blue C M Y K H S L
Decimal 128 255 43 0.50 0 0.83 0 95.94 1 0.58
Hex 80 FF 2B 32 0 53 0 60 64 3A
Octal 200 377 53 62 0 123 0 140 144 72
Binary 10000000 11111111 101011 110010 0 1010011 0 1100000 1100100 111010

Color Harmonies of #80FF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FF2B

Black with #80FF2B

Text Example


Text Example

White with #80FF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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