Html Css Color HEX #02E120 Free Speech Green

📋 copy color: '#02E120'

red 2 ◦ green 225 ◦ blue 32

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

Shades of Free Speech Green #02E120

Tints of Free Speech Green #02E120

RGB

 RED value IS 2 (1.17% from 255) = 0.77%

 GREEN value IS 225 (88.28% from 255) = 86.87%

 BLUE value IS 32 (12.89% from 255) = 12.36%

R = 0.77%
G = 86.87%
B = 12.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#02E120 (or 0x02E120) is known color: Free Speech Green. HEX triplet: 02, E1 and 20. RGB value is (2,225,32). Sum of RGB (Red+Green+Blue) = 2+225+32=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 225 (88.28% from 255 or 86.87% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 225 - color contains mainly: green. Hex color #02E120 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E120 is #FD1EDF. Grayscale: #888888. Windows color (decimal): -16588512 or 2154754. OLE color: 2154754.

HSL color Cylindrical-coordinate representation of color #02E120: hue angle of 128.07º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E120 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 2 225 32 -
CMYK 0.99 0 0.86 0.12
HSL 128.07º 0.98% 0.45% -
HSV(B) 128.07º 0.99% 0.88% -
XYZ 27.21 53.97 10.35 -
YUV 136.32 69.12 32.19 -
System Red Green Blue C M Y K H S L
Decimal 2 225 32 0.99 0 0.86 0.12 128.07 0.98 0.45
Hex 2 E1 20 63 0 56 C 80 62 2D
Octal 2 341 40 143 0 126 14 200 142 55
Binary 10 11100001 100000 1100011 0 1010110 1100 10000000 1100010 101101

Color Harmonies of #02E120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E120

Black with #02E120

Text Example


Text Example

White with #02E120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02E120; }

 p { color: rgb(2,225,32); }

 H1.HeaderClassName
 {
   color: #02E120;
 }
 .AnyTagClassName
 {
   color: #02E120;
 }
</style>

background-color css

<style>
 a { background-color: #02E120; }

 a { background-color: rgb(2,225,32); }

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

border-color css

<style>
 span { border-color: #02E120; }

 span { border-color: rgb(2,225,32); }

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