Html Css Color HEX #02FF15 Free Speech Green

📋 copy color: '#02FF15'

red 2 ◦ green 255 ◦ blue 21

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

Shades of Free Speech Green #02FF15

Tints of Free Speech Green #02FF15

RGB

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

 GREEN value IS 255 (100% from 255) = 91.73%

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

R = 0.72%
G = 91.73%
B = 7.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#02FF15 (or 0x02FF15) is known color: Free Speech Green. HEX triplet: 02, FF and 15. RGB value is (2,255,21). Sum of RGB (Red+Green+Blue) = 2+255+21=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 255 (100% from 255 or 91.73% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF15 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02FF15 is #FD00EA. Grayscale: #999999. Windows color (decimal): -16580843 or 1441538. OLE color: 1441538.

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

Color convert

RGB 2 255 21 -
CMYK 0.99 0 0.92 0
HSL 124.51º 1% 0.5% -
HSV(B) 124.51º 0.99% 1% -
XYZ 35.92 71.59 12.63 -
YUV 152.68 53.68 20.53 -
System Red Green Blue C M Y K H S L
Decimal 2 255 21 0.99 0 0.92 0 124.51 1 0.5
Hex 2 FF 15 63 0 5C 0 7D 64 32
Octal 2 377 25 143 0 134 0 175 144 62
Binary 10 11111111 10101 1100011 0 1011100 0 1111101 1100100 110010

Color Harmonies of #02FF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FF15

Black with #02FF15

Text Example


Text Example

White with #02FF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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