Shades of Free Speech Green #1CE415
Tints of Free Speech Green #1CE415
RGB
CMYK
RGB Variations
Color information
#1CE415 (or 0x1CE415) is known color: Free Speech Green. HEX triplet: 1C, E4 and 15. RGB value is (28,228,21). Sum of RGB (Red+Green+Blue) = 28+228+21=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 228 (89.45% from 255 or 82.31% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 228 - color contains mainly: green. Hex color #1CE415 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CE415 is #E31BEA. Grayscale: #919191. Windows color (decimal): -14883819 or 1434652. OLE color: 1434652.
HSL color Cylindrical-coordinate representation of color #1CE415: hue angle of 117.97º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1CE415 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 228 | 21 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.11 |
| HSL | 117.97º | 0.83% | 0.49% | - |
| HSV(B) | 117.97º | 0.91% | 0.89% | - |
| XYZ | 28.36 | 55.79 | 9.98 | - |
| YUV | 144.6 | 58.24 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 228 | 21 | 0.88 | 0 | 0.91 | 0.11 | 117.97 | 0.83 | 0.49 |
| Hex | 1C | E4 | 15 | 58 | 0 | 5B | B | 76 | 53 | 31 |
| Octal | 34 | 344 | 25 | 130 | 0 | 133 | 13 | 166 | 123 | 61 |
| Binary | 11100 | 11100100 | 10101 | 1011000 | 0 | 1011011 | 1011 | 1110110 | 1010011 | 110001 |
Color Harmonies of #1CE415
Complementary color
Monochromatic Colors of #1CE415
Black with #1CE415
Text Example
Text Example
White with #1CE415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE415; }
p { color: rgb(28,228,21); }
H1.HeaderClassName
{
color: #1CE415;
}
.AnyTagClassName
{
color: #1CE415;
}
</style>
background-color css
<style>
a { background-color: #1CE415; }
a { background-color: rgb(28,228,21); }
div.DivClassName
{
background-color: #1CE415;
}
.BgClassName
{
background-color: #1CE415;
}
</style>
border-color css
<style>
span { border-color: #1CE415; }
span { border-color: rgb(28,228,21); }
td.TdClassName
{
border-color: #1CE415;
}
.TagClassName
{
border-color: #1CE415;
}
</style>