Shades of Free Speech Green #1CE915
Tints of Free Speech Green #1CE915
RGB
CMYK
RGB Variations
Color information
#1CE915 (or 0x1CE915) is known color: Free Speech Green. HEX triplet: 1C, E9 and 15. RGB value is (28,233,21). Sum of RGB (Red+Green+Blue) = 28+233+21=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 233 (91.41% from 255 or 82.62% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 233 - color contains mainly: green. Hex color #1CE915 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CE915 is #E316EA. Grayscale: #949494. Windows color (decimal): -14882539 or 1435932. OLE color: 1435932.
HSL color Cylindrical-coordinate representation of color #1CE915: hue angle of 118.02º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1CE915 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 233 | 21 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.09 |
| HSL | 118.02º | 0.83% | 0.5% | - |
| HSV(B) | 118.02º | 0.91% | 0.91% | - |
| XYZ | 29.75 | 58.58 | 10.45 | - |
| YUV | 147.54 | 56.58 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 233 | 21 | 0.88 | 0 | 0.91 | 0.09 | 118.02 | 0.83 | 0.5 |
| Hex | 1C | E9 | 15 | 58 | 0 | 5B | 9 | 76 | 53 | 32 |
| Octal | 34 | 351 | 25 | 130 | 0 | 133 | 11 | 166 | 123 | 62 |
| Binary | 11100 | 11101001 | 10101 | 1011000 | 0 | 1011011 | 1001 | 1110110 | 1010011 | 110010 |
Color Harmonies of #1CE915
Complementary color
Monochromatic Colors of #1CE915
Black with #1CE915
Text Example
Text Example
White with #1CE915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE915; }
p { color: rgb(28,233,21); }
H1.HeaderClassName
{
color: #1CE915;
}
.AnyTagClassName
{
color: #1CE915;
}
</style>
background-color css
<style>
a { background-color: #1CE915; }
a { background-color: rgb(28,233,21); }
div.DivClassName
{
background-color: #1CE915;
}
.BgClassName
{
background-color: #1CE915;
}
</style>
border-color css
<style>
span { border-color: #1CE915; }
span { border-color: rgb(28,233,21); }
td.TdClassName
{
border-color: #1CE915;
}
.TagClassName
{
border-color: #1CE915;
}
</style>