Shades of Free Speech Green #1CE102
Tints of Free Speech Green #1CE102
RGB
CMYK
RGB Variations
Color information
#1CE102 (or 0x1CE102) is known color: Free Speech Green. HEX triplet: 1C, E1 and 02. RGB value is (28,225,2). Sum of RGB (Red+Green+Blue) = 28+225+2=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 225 (88.28% from 255 or 88.24% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 225 - color contains mainly: green. Hex color #1CE102 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CE102 is #E31EFD. Grayscale: #8D8D8D. Windows color (decimal): -14884606 or 188700. OLE color: 188700.
HSL color Cylindrical-coordinate representation of color #1CE102: hue angle of 113º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1CE102 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 225 | 2 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.12 |
| HSL | 113º | 0.98% | 0.45% | - |
| HSV(B) | 113º | 0.99% | 0.88% | - |
| XYZ | 27.42 | 54.1 | 9.06 | - |
| YUV | 140.68 | 49.73 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 225 | 2 | 0.88 | 0 | 0.99 | 0.12 | 113 | 0.98 | 0.45 |
| Hex | 1C | E1 | 2 | 58 | 0 | 63 | C | 71 | 62 | 2D |
| Octal | 34 | 341 | 2 | 130 | 0 | 143 | 14 | 161 | 142 | 55 |
| Binary | 11100 | 11100001 | 10 | 1011000 | 0 | 1100011 | 1100 | 1110001 | 1100010 | 101101 |
Color Harmonies of #1CE102
Complementary color
Monochromatic Colors of #1CE102
Black with #1CE102
Text Example
Text Example
White with #1CE102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE102; }
p { color: rgb(28,225,2); }
H1.HeaderClassName
{
color: #1CE102;
}
.AnyTagClassName
{
color: #1CE102;
}
</style>
background-color css
<style>
a { background-color: #1CE102; }
a { background-color: rgb(28,225,2); }
div.DivClassName
{
background-color: #1CE102;
}
.BgClassName
{
background-color: #1CE102;
}
</style>
border-color css
<style>
span { border-color: #1CE102; }
span { border-color: rgb(28,225,2); }
td.TdClassName
{
border-color: #1CE102;
}
.TagClassName
{
border-color: #1CE102;
}
</style>