Html Css Color HEX #02E028 Free Speech Green

📋 copy color: '#02E028'

red 2 ◦ green 224 ◦ blue 40

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

Shades of Free Speech Green #02E028

Tints of Free Speech Green #02E028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 0.75%
G = 84.21%
B = 15.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#02E028 (or 0x02E028) is known color: Free Speech Green. HEX triplet: 02, E0 and 28. RGB value is (2,224,40). Sum of RGB (Red+Green+Blue) = 2+224+40=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 224 (87.89% from 255 or 84.21% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 224 - color contains mainly: green. Hex color #02E028 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E028 is #FD1FD7. Grayscale: #898989. Windows color (decimal): -16588760 or 2678786. OLE color: 2678786.

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

Color convert

RGB 2 224 40 -
CMYK 0.99 0 0.82 0.12
HSL 130.27º 0.98% 0.44% -
HSV(B) 130.27º 0.99% 0.88% -
XYZ 27.06 53.48 10.9 -
YUV 136.65 73.45 31.96 -
System Red Green Blue C M Y K H S L
Decimal 2 224 40 0.99 0 0.82 0.12 130.27 0.98 0.44
Hex 2 E0 28 63 0 52 C 82 62 2C
Octal 2 340 50 143 0 122 14 202 142 54
Binary 10 11100000 101000 1100011 0 1010010 1100 10000010 1100010 101100

Color Harmonies of #02E028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E028

Black with #02E028

Text Example


Text Example

White with #02E028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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