Html Css Color HEX #84FF2B Chartreuse

📋 copy color: '#84FF2B'

red 132 ◦ green 255 ◦ blue 43

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

Shades of Chartreuse #84FF2B

Tints of Chartreuse #84FF2B

RGB

 RED value IS 132 (51.95% from 255) = 30.7%

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

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

R = 30.7%
G = 59.3%
B = 10%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#84FF2B (or 0x84FF2B) is known color: Chartreuse. HEX triplet: 84, FF and 2B. RGB value is (132,255,43). Sum of RGB (Red+Green+Blue) = 132+255+43=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 255 (100% from 255 or 59.30% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 255 - color contains mainly: green. Hex color #84FF2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84FF2B is #7B00D4. Grayscale: #C2C2C2. Windows color (decimal): -8061141 or 2883460. OLE color: 2883460.

HSL color Cylindrical-coordinate representation of color #84FF2B: hue angle of 94.81º 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 #84FF2B is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB 132 255 43 -
CMYK 0.48 0 0.83 0
HSL 94.81º 1% 0.58% -
HSV(B) 94.81º 0.83% 1% -
XYZ 45.71 76.6 14.66 -
YUV 194.06 42.75 83.74 -
System Red Green Blue C M Y K H S L
Decimal 132 255 43 0.48 0 0.83 0 94.81 1 0.58
Hex 84 FF 2B 30 0 53 0 5F 64 3A
Octal 204 377 53 60 0 123 0 137 144 72
Binary 10000100 11111111 101011 110000 0 1010011 0 1011111 1100100 111010

Color Harmonies of #84FF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FF2B

Black with #84FF2B

Text Example


Text Example

White with #84FF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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