Html Css Color HEX #02FF17 Free Speech Green

📋 copy color: '#02FF17'

red 2 ◦ green 255 ◦ blue 23

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

Shades of Free Speech Green #02FF17

Tints of Free Speech Green #02FF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.21%

R = 0.71%
G = 91.07%
B = 8.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#02FF17 (or 0x02FF17) is known color: Free Speech Green. HEX triplet: 02, FF and 17. RGB value is (2,255,23). Sum of RGB (Red+Green+Blue) = 2+255+23=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 255 (100% from 255 or 91.07% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF17 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02FF17 is #FD00E8. Grayscale: #999999. Windows color (decimal): -16580841 or 1572610. OLE color: 1572610.

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

Color convert

RGB 2 255 23 -
CMYK 0.99 0 0.91 0
HSL 124.98º 1% 0.5% -
HSV(B) 124.98º 0.99% 1% -
XYZ 35.94 71.59 12.74 -
YUV 152.91 54.68 20.36 -
System Red Green Blue C M Y K H S L
Decimal 2 255 23 0.99 0 0.91 0 124.98 1 0.5
Hex 2 FF 17 63 0 5B 0 7D 64 32
Octal 2 377 27 143 0 133 0 175 144 62
Binary 10 11111111 10111 1100011 0 1011011 0 1111101 1100100 110010

Color Harmonies of #02FF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FF17

Black with #02FF17

Text Example


Text Example

White with #02FF17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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