Html Css Color HEX #02E014 Free Speech Green

📋 copy color: '#02E014'

red 2 ◦ green 224 ◦ blue 20

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

Shades of Free Speech Green #02E014

Tints of Free Speech Green #02E014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.13%

R = 0.81%
G = 91.06%
B = 8.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#02E014 (or 0x02E014) is known color: Free Speech Green. HEX triplet: 02, E0 and 14. RGB value is (2,224,20). Sum of RGB (Red+Green+Blue) = 2+224+20=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 224 (87.89% from 255 or 91.06% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 224 - color contains mainly: green. Hex color #02E014 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02E014 is #FD1FEB. Grayscale: #868686. Windows color (decimal): -16588780 or 1368066. OLE color: 1368066.

HSL color Cylindrical-coordinate representation of color #02E014: hue angle of 124.86º 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 #02E014 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 2 224 20 -
CMYK 0.99 0 0.91 0.12
HSL 124.86º 0.98% 0.44% -
HSV(B) 124.86º 0.99% 0.88% -
XYZ 26.81 53.37 9.55 -
YUV 134.37 63.45 33.59 -
System Red Green Blue C M Y K H S L
Decimal 2 224 20 0.99 0 0.91 0.12 124.86 0.98 0.44
Hex 2 E0 14 63 0 5B C 7D 62 2C
Octal 2 340 24 143 0 133 14 175 142 54
Binary 10 11100000 10100 1100011 0 1011011 1100 1111101 1100010 101100

Color Harmonies of #02E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E014

Black with #02E014

Text Example


Text Example

White with #02E014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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