Html Css Color HEX #02E815 Free Speech Green

📋 copy color: '#02E815'

red 2 ◦ green 232 ◦ blue 21

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

Shades of Free Speech Green #02E815

Tints of Free Speech Green #02E815

RGB

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

 GREEN value IS 232 (91.02% from 255) = 90.98%

 BLUE value IS 21 (8.59% from 255) = 8.24%

R = 0.78%
G = 90.98%
B = 8.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#02E815 (or 0x02E815) is known color: Free Speech Green. HEX triplet: 02, E8 and 15. RGB value is (2,232,21). Sum of RGB (Red+Green+Blue) = 2+232+21=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 232 (91.02% from 255 or 90.98% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 232 - color contains mainly: green. Hex color #02E815 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02E815 is #FD17EA. Grayscale: #8B8B8B. Windows color (decimal): -16586731 or 1435650. OLE color: 1435650.

HSL color Cylindrical-coordinate representation of color #02E815: hue angle of 124.96º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E815 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 2 232 21 -
CMYK 0.99 0 0.91 0.09
HSL 124.96º 0.98% 0.46% -
HSV(B) 124.96º 0.99% 0.91% -
XYZ 29.02 57.78 10.33 -
YUV 139.18 61.3 30.16 -
System Red Green Blue C M Y K H S L
Decimal 2 232 21 0.99 0 0.91 0.09 124.96 0.98 0.46
Hex 2 E8 15 63 0 5B 9 7D 62 2E
Octal 2 350 25 143 0 133 11 175 142 56
Binary 10 11101000 10101 1100011 0 1011011 1001 1111101 1100010 101110

Color Harmonies of #02E815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E815

Black with #02E815

Text Example


Text Example

White with #02E815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,232,21); }

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

background-color css

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

 a { background-color: rgb(2,232,21); }

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

border-color css

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

 span { border-color: rgb(2,232,21); }

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