Shades of Free Speech Green #1CE602
Tints of Free Speech Green #1CE602
RGB
CMYK
RGB Variations
Color information
#1CE602 (or 0x1CE602) is known color: Free Speech Green. HEX triplet: 1C, E6 and 02. RGB value is (28,230,2). Sum of RGB (Red+Green+Blue) = 28+230+2=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 230 (90.23% from 255 or 88.46% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 230 - color contains mainly: green. Hex color #1CE602 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CE602 is #E319FD. Grayscale: #909090. Windows color (decimal): -14883326 or 189980. OLE color: 189980.
HSL color Cylindrical-coordinate representation of color #1CE602: hue angle of 113.16º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1CE602 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 230 | 2 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.10 |
| HSL | 113.16º | 0.98% | 0.45% | - |
| HSV(B) | 113.16º | 0.99% | 0.9% | - |
| XYZ | 28.79 | 56.84 | 9.51 | - |
| YUV | 143.61 | 48.08 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 230 | 2 | 0.88 | 0 | 0.99 | 0.10 | 113.16 | 0.98 | 0.45 |
| Hex | 1C | E6 | 2 | 58 | 0 | 63 | A | 71 | 62 | 2D |
| Octal | 34 | 346 | 2 | 130 | 0 | 143 | 12 | 161 | 142 | 55 |
| Binary | 11100 | 11100110 | 10 | 1011000 | 0 | 1100011 | 1010 | 1110001 | 1100010 | 101101 |
Color Harmonies of #1CE602
Complementary color
Monochromatic Colors of #1CE602
Black with #1CE602
Text Example
Text Example
White with #1CE602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE602; }
p { color: rgb(28,230,2); }
H1.HeaderClassName
{
color: #1CE602;
}
.AnyTagClassName
{
color: #1CE602;
}
</style>
background-color css
<style>
a { background-color: #1CE602; }
a { background-color: rgb(28,230,2); }
div.DivClassName
{
background-color: #1CE602;
}
.BgClassName
{
background-color: #1CE602;
}
</style>
border-color css
<style>
span { border-color: #1CE602; }
span { border-color: rgb(28,230,2); }
td.TdClassName
{
border-color: #1CE602;
}
.TagClassName
{
border-color: #1CE602;
}
</style>