Html Css Color HEX #20FF15 Free Speech Green

📋 copy color: '#20FF15'

red 32 ◦ green 255 ◦ blue 21

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

Shades of Free Speech Green #20FF15

Tints of Free Speech Green #20FF15

RGB

 RED value IS 32 (12.89% from 255) = 10.39%

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

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

R = 10.39%
G = 82.79%
B = 6.82%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#20FF15 (or 0x20FF15) is known color: Free Speech Green. HEX triplet: 20, FF and 15. RGB value is (32,255,21). Sum of RGB (Red+Green+Blue) = 32+255+21=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 255 (100% from 255 or 82.79% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 255 - color contains mainly: green. Hex color #20FF15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20FF15 is #DF00EA. Grayscale: #A2A2A2. Windows color (decimal): -14614763 or 1441568. OLE color: 1441568.

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

Color convert

RGB 32 255 21 -
CMYK 0.87 0 0.92 0
HSL 117.18º 1% 0.54% -
HSV(B) 117.18º 0.92% 1% -
XYZ 36.49 71.88 12.66 -
YUV 161.65 48.62 35.53 -
System Red Green Blue C M Y K H S L
Decimal 32 255 21 0.87 0 0.92 0 117.18 1 0.54
Hex 20 FF 15 57 0 5C 0 75 64 36
Octal 40 377 25 127 0 134 0 165 144 66
Binary 100000 11111111 10101 1010111 0 1011100 0 1110101 1100100 110110

Color Harmonies of #20FF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FF15

Black with #20FF15

Text Example


Text Example

White with #20FF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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