#11FF28

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

Shades of Free Speech Green #11FF28

Tints of Free Speech Green #11FF28

Color information

#11FF28 (or 0x11FF28) is unknown color: approx Free Speech Green. HEX triplet: 11, FF and 28. RGB value is (17,255,40). Sum of RGB (Red+Green+Blue) = 17+255+40=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 255 (100% from 255 or 81.73% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 255 - color contains mainly: green. Hex color #11FF28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11FF28 is #EE00D7. Grayscale: #9F9F9F. Windows color (decimal): -15597784 or 2686737. OLE color: 2686737.

HSL color Cylindrical-coordinate representation of color #11FF28: hue angle of 125.8º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FF28 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB1725540-
CMYK0.9300.840
HSL125.8º100%53.33%-
HSV(B)125.8º93.33%100%-
XYZ36.3771.7913.95-
YUV159.3360.6526.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.45%
GREEN value IS 255 (100% from 255) = 81.73%
BLUE value IS 40 (16.02% from 255) = 12.82%
R=5.45%
G=81.73%
B=12.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17255400.9300.840125.810053.33
Hex11FF285D05407e6435
Octal21377501350124017614465
Binary1000111111111101000101110101010100011111101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11FF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11FF28; }

 p { color: rgb(17,255,40); }

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

<style>
 a { background-color: #11FF28; }

 a { background-color: rgb(17,255,40); }

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

<style>
 span { border-color: #11FF28; }

 span { border-color: rgb(17,255,40); }

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