Html Css Color HEX #84FF02 Chartreuse

📋 copy color: '#84FF02'

red 132 ◦ green 255 ◦ blue 2

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

Shades of Chartreuse #84FF02

Tints of Chartreuse #84FF02

RGB

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

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

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

R = 33.93%
G = 65.55%
B = 0.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#84FF02 (or 0x84FF02) is known color: Chartreuse. HEX triplet: 84, FF and 02. RGB value is (132,255,2). Sum of RGB (Red+Green+Blue) = 132+255+2=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 255 (100% from 255 or 65.55% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 255 - color contains mainly: green. Hex color #84FF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84FF02 is #7B00FD. Grayscale: #BEBEBE. Windows color (decimal): -8061182 or 196484. OLE color: 196484.

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

Color convert

RGB 132 255 2 -
CMYK 0.48 0 0.99 0
HSL 89.17º 1% 0.5% -
HSV(B) 89.17º 0.99% 1% -
XYZ 45.29 76.43 12.42 -
YUV 189.38 22.25 87.07 -
System Red Green Blue C M Y K H S L
Decimal 132 255 2 0.48 0 0.99 0 89.17 1 0.5
Hex 84 FF 2 30 0 63 0 59 64 32
Octal 204 377 2 60 0 143 0 131 144 62
Binary 10000100 11111111 10 110000 0 1100011 0 1011001 1100100 110010

Color Harmonies of #84FF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FF02

Black with #84FF02

Text Example


Text Example

White with #84FF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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