Shades of Free Speech Green #1CEA13
Tints of Free Speech Green #1CEA13
RGB
CMYK
RGB Variations
Color information
#1CEA13 (or 0x1CEA13) is known color: Free Speech Green. HEX triplet: 1C, EA and 13. RGB value is (28,234,19). Sum of RGB (Red+Green+Blue) = 28+234+19=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 234 (91.80% from 255 or 83.27% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 234 - color contains mainly: green. Hex color #1CEA13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CEA13 is #E315EC. Grayscale: #949494. Windows color (decimal): -14882285 or 1305116. OLE color: 1305116.
HSL color Cylindrical-coordinate representation of color #1CEA13: hue angle of 117.49º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1CEA13 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 234 | 19 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.08 |
| HSL | 117.49º | 0.85% | 0.5% | - |
| HSV(B) | 117.49º | 0.92% | 0.92% | - |
| XYZ | 30.02 | 59.14 | 10.45 | - |
| YUV | 147.9 | 55.25 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 234 | 19 | 0.88 | 0 | 0.92 | 0.08 | 117.49 | 0.85 | 0.5 |
| Hex | 1C | EA | 13 | 58 | 0 | 5C | 8 | 75 | 55 | 32 |
| Octal | 34 | 352 | 23 | 130 | 0 | 134 | 10 | 165 | 125 | 62 |
| Binary | 11100 | 11101010 | 10011 | 1011000 | 0 | 1011100 | 1000 | 1110101 | 1010101 | 110010 |
Color Harmonies of #1CEA13
Complementary color
Monochromatic Colors of #1CEA13
Black with #1CEA13
Text Example
Text Example
White with #1CEA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEA13; }
p { color: rgb(28,234,19); }
H1.HeaderClassName
{
color: #1CEA13;
}
.AnyTagClassName
{
color: #1CEA13;
}
</style>
background-color css
<style>
a { background-color: #1CEA13; }
a { background-color: rgb(28,234,19); }
div.DivClassName
{
background-color: #1CEA13;
}
.BgClassName
{
background-color: #1CEA13;
}
</style>
border-color css
<style>
span { border-color: #1CEA13; }
span { border-color: rgb(28,234,19); }
td.TdClassName
{
border-color: #1CEA13;
}
.TagClassName
{
border-color: #1CEA13;
}
</style>