Shades of Free Speech Green #1CE70D
Tints of Free Speech Green #1CE70D
RGB
CMYK
RGB Variations
Color information
#1CE70D (or 0x1CE70D) is known color: Free Speech Green. HEX triplet: 1C, E7 and 0D. RGB value is (28,231,13). Sum of RGB (Red+Green+Blue) = 28+231+13=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 231 (90.62% from 255 or 84.93% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 231 - color contains mainly: green. Hex color #1CE70D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CE70D is #E318F2. Grayscale: #929292. Windows color (decimal): -14883059 or 911132. OLE color: 911132.
HSL color Cylindrical-coordinate representation of color #1CE70D: hue angle of 115.87º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CE70D is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 231 | 13 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.09 |
| HSL | 115.87º | 0.89% | 0.48% | - |
| HSV(B) | 115.87º | 0.94% | 0.91% | - |
| XYZ | 29.13 | 57.43 | 9.93 | - |
| YUV | 145.45 | 53.25 | 44.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 231 | 13 | 0.88 | 0 | 0.94 | 0.09 | 115.87 | 0.89 | 0.48 |
| Hex | 1C | E7 | D | 58 | 0 | 5E | 9 | 74 | 59 | 30 |
| Octal | 34 | 347 | 15 | 130 | 0 | 136 | 11 | 164 | 131 | 60 |
| Binary | 11100 | 11100111 | 1101 | 1011000 | 0 | 1011110 | 1001 | 1110100 | 1011001 | 110000 |
Color Harmonies of #1CE70D
Complementary color
Monochromatic Colors of #1CE70D
Black with #1CE70D
Text Example
Text Example
White with #1CE70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE70D; }
p { color: rgb(28,231,13); }
H1.HeaderClassName
{
color: #1CE70D;
}
.AnyTagClassName
{
color: #1CE70D;
}
</style>
background-color css
<style>
a { background-color: #1CE70D; }
a { background-color: rgb(28,231,13); }
div.DivClassName
{
background-color: #1CE70D;
}
.BgClassName
{
background-color: #1CE70D;
}
</style>
border-color css
<style>
span { border-color: #1CE70D; }
span { border-color: rgb(28,231,13); }
td.TdClassName
{
border-color: #1CE70D;
}
.TagClassName
{
border-color: #1CE70D;
}
</style>