#84FE2B

Color #84FE2B Chartreuse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse #84FE2B

Tints of Chartreuse #84FE2B

Color information

#84FE2B (or 0x84FE2B) is unknown color: approx Chartreuse. HEX triplet: 84, FE and 2B. RGB value is (132,254,43). Sum of RGB (Red+Green+Blue) = 132+254+43=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 254 (99.61% from 255 or 59.21% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 254 - color contains mainly: green. Hex color #84FE2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84FE2B is #7B01D4. Grayscale: #C2C2C2. Windows color (decimal): -8061397 or 2883204. OLE color: 2883204.

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

Color convert

RGB13225443-
CMYK0.4800.830.00
HSL94.69º99.06%58.24%-
HSV(B)94.69º83.07%99.61%-
XYZ45.3975.9614.56-
YUV193.4743.0884.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.77%
GREEN value IS 254 (99.61% from 255) = 59.21%
BLUE value IS 43 (17.19% from 255) = 10.02%
R=30.77%
G=59.21%
B=10.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal132254430.4800.830.0094.6999.0658.24
Hex84FE2B3005305f633a
Octal20437653600123013714372
Binary100001001111111010101111000001010011010111111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84FE2B; }

 p { color: rgb(132,254,43); }

 H1.HeaderClassName
 {
   color: #84FE2B;
 }
 .AnyTagClassName
 {
   color: #84FE2B;
 }
</style>
background-color css

<style>
 a { background-color: #84FE2B; }

 a { background-color: rgb(132,254,43); }

 div.DivClassName
 {
   background-color: #84FE2B;
 }
 .BgClassName
 {
   background-color: #84FE2B;
 }
</style>
border-color css

<style>
 span { border-color: #84FE2B; }

 span { border-color: rgb(132,254,43); }

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