#21F011

Color #21F011 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #21F011

Tints of Free Speech Green #21F011

Color information

#21F011 (or 0x21F011) is unknown color: approx Free Speech Green. HEX triplet: 21, F0 and 11. RGB value is (33,240,17). Sum of RGB (Red+Green+Blue) = 33+240+17=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 240 (94.14% from 255 or 82.76% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 240 - color contains mainly: green. Hex color #21F011 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #21F011 is #DE0FEE. Grayscale: #999999. Windows color (decimal): -14553071 or 1175585. OLE color: 1175585.

HSL color Cylindrical-coordinate representation of color #21F011: hue angle of 115.7º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #21F011 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB3324017-
CMYK0.8600.930.06
HSL115.7º88.14%50.39%-
HSV(B)115.7º92.92%94.12%-
XYZ31.8962.6810.95-
YUV152.6851.4242.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.38%
GREEN value IS 240 (94.14% from 255) = 82.76%
BLUE value IS 17 (7.03% from 255) = 5.86%
R=11.38%
G=82.76%
B=5.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal33240170.8600.930.06115.788.1450.39
Hex21F0115605D6745832
Octal41360211260135616413062
Binary100001111100001000110101100101110111011101001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21F011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21F011; }

 p { color: rgb(33,240,17); }

 H1.HeaderClassName
 {
   color: #21F011;
 }
 .AnyTagClassName
 {
   color: #21F011;
 }
</style>
background-color css

<style>
 a { background-color: #21F011; }

 a { background-color: rgb(33,240,17); }

 div.DivClassName
 {
   background-color: #21F011;
 }
 .BgClassName
 {
   background-color: #21F011;
 }
</style>
border-color css

<style>
 span { border-color: #21F011; }

 span { border-color: rgb(33,240,17); }

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