Shades of Free Speech Green #1CE11F
Tints of Free Speech Green #1CE11F
RGB
CMYK
RGB Variations
Color information
#1CE11F (or 0x1CE11F) is known color: Free Speech Green. HEX triplet: 1C, E1 and 1F. RGB value is (28,225,31). Sum of RGB (Red+Green+Blue) = 28+225+31=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 225 (88.28% from 255 or 79.23% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 225 - color contains mainly: green. Hex color #1CE11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE11F is #E31EE0. Grayscale: #909090. Windows color (decimal): -14884577 or 2089244. OLE color: 2089244.
HSL color Cylindrical-coordinate representation of color #1CE11F: hue angle of 120.91º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE11F is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 225 | 31 | - |
| CMYK | 0.88 | 0 | 0.86 | 0.12 |
| HSL | 120.91º | 0.78% | 0.5% | - |
| HSV(B) | 120.91º | 0.88% | 0.88% | - |
| XYZ | 27.65 | 54.2 | 10.3 | - |
| YUV | 143.98 | 64.23 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 225 | 31 | 0.88 | 0 | 0.86 | 0.12 | 120.91 | 0.78 | 0.5 |
| Hex | 1C | E1 | 1F | 58 | 0 | 56 | C | 79 | 4E | 32 |
| Octal | 34 | 341 | 37 | 130 | 0 | 126 | 14 | 171 | 116 | 62 |
| Binary | 11100 | 11100001 | 11111 | 1011000 | 0 | 1010110 | 1100 | 1111001 | 1001110 | 110010 |
Color Harmonies of #1CE11F
Complementary color
Monochromatic Colors of #1CE11F
Black with #1CE11F
Text Example
Text Example
White with #1CE11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE11F; }
p { color: rgb(28,225,31); }
H1.HeaderClassName
{
color: #1CE11F;
}
.AnyTagClassName
{
color: #1CE11F;
}
</style>
background-color css
<style>
a { background-color: #1CE11F; }
a { background-color: rgb(28,225,31); }
div.DivClassName
{
background-color: #1CE11F;
}
.BgClassName
{
background-color: #1CE11F;
}
</style>
border-color css
<style>
span { border-color: #1CE11F; }
span { border-color: rgb(28,225,31); }
td.TdClassName
{
border-color: #1CE11F;
}
.TagClassName
{
border-color: #1CE11F;
}
</style>