Shades of Free Speech Green #1CE41F
Tints of Free Speech Green #1CE41F
RGB
CMYK
RGB Variations
Color information
#1CE41F (or 0x1CE41F) is known color: Free Speech Green. HEX triplet: 1C, E4 and 1F. RGB value is (28,228,31). Sum of RGB (Red+Green+Blue) = 28+228+31=287 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.76% from 287); Green value is 228 (89.45% from 255 or 79.44% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 228 - color contains mainly: green. Hex color #1CE41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE41F is #E31BE0. Grayscale: #929292. Windows color (decimal): -14883809 or 2090012. OLE color: 2090012.
HSL color Cylindrical-coordinate representation of color #1CE41F: hue angle of 120.9º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE41F is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 228 | 31 | - |
| CMYK | 0.88 | 0 | 0.86 | 0.11 |
| HSL | 120.9º | 0.79% | 0.5% | - |
| HSV(B) | 120.9º | 0.88% | 0.89% | - |
| XYZ | 28.47 | 55.83 | 10.57 | - |
| YUV | 145.74 | 63.24 | 44.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 228 | 31 | 0.88 | 0 | 0.86 | 0.11 | 120.9 | 0.79 | 0.5 |
| Hex | 1C | E4 | 1F | 58 | 0 | 56 | B | 79 | 4F | 32 |
| Octal | 34 | 344 | 37 | 130 | 0 | 126 | 13 | 171 | 117 | 62 |
| Binary | 11100 | 11100100 | 11111 | 1011000 | 0 | 1010110 | 1011 | 1111001 | 1001111 | 110010 |
Color Harmonies of #1CE41F
Complementary color
Monochromatic Colors of #1CE41F
Black with #1CE41F
Text Example
Text Example
White with #1CE41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE41F; }
p { color: rgb(28,228,31); }
H1.HeaderClassName
{
color: #1CE41F;
}
.AnyTagClassName
{
color: #1CE41F;
}
</style>
background-color css
<style>
a { background-color: #1CE41F; }
a { background-color: rgb(28,228,31); }
div.DivClassName
{
background-color: #1CE41F;
}
.BgClassName
{
background-color: #1CE41F;
}
</style>
border-color css
<style>
span { border-color: #1CE41F; }
span { border-color: rgb(28,228,31); }
td.TdClassName
{
border-color: #1CE41F;
}
.TagClassName
{
border-color: #1CE41F;
}
</style>