Html Css Color HEX #02E013 Free Speech Green

📋 copy color: '#02E013'

red 2 ◦ green 224 ◦ blue 19

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

Shades of Free Speech Green #02E013

Tints of Free Speech Green #02E013

RGB

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

 GREEN value IS 224 (87.89% from 255) = 91.43%

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 0.82%
G = 91.43%
B = 7.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#02E013 (or 0x02E013) is known color: Free Speech Green. HEX triplet: 02, E0 and 13. RGB value is (2,224,19). Sum of RGB (Red+Green+Blue) = 2+224+19=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 224 (87.89% from 255 or 91.43% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 224 - color contains mainly: green. Hex color #02E013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02E013 is #FD1FEC. Grayscale: #868686. Windows color (decimal): -16588781 or 1302530. OLE color: 1302530.

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

Color convert

RGB 2 224 19 -
CMYK 0.99 0 0.92 0.12
HSL 124.59º 0.98% 0.44% -
HSV(B) 124.59º 0.99% 0.88% -
XYZ 26.8 53.37 9.51 -
YUV 134.25 62.95 33.67 -
System Red Green Blue C M Y K H S L
Decimal 2 224 19 0.99 0 0.92 0.12 124.59 0.98 0.44
Hex 2 E0 13 63 0 5C C 7D 62 2C
Octal 2 340 23 143 0 134 14 175 142 54
Binary 10 11100000 10011 1100011 0 1011100 1100 1111101 1100010 101100

Color Harmonies of #02E013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E013

Black with #02E013

Text Example


Text Example

White with #02E013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,224,19); }

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

background-color css

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

 a { background-color: rgb(2,224,19); }

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

border-color css

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

 span { border-color: rgb(2,224,19); }

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