Shades of Free Speech Green #1CEE32
Tints of Free Speech Green #1CEE32
RGB
CMYK
RGB Variations
Color information
#1CEE32 (or 0x1CEE32) is known color: Free Speech Green. HEX triplet: 1C, EE and 32. RGB value is (28,238,50). Sum of RGB (Red+Green+Blue) = 28+238+50=316 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.86% from 316); Green value is 238 (93.36% from 255 or 75.32% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 238 - color contains mainly: green. Hex color #1CEE32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CEE32 is #E311CD. Grayscale: #9A9A9A. Windows color (decimal): -14881230 or 3337756. OLE color: 3337756.
HSL color Cylindrical-coordinate representation of color #1CEE32: hue angle of 126.29º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEE32 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 238 | 50 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.07 |
| HSL | 126.29º | 0.86% | 0.52% | - |
| HSV(B) | 126.29º | 0.88% | 0.93% | - |
| XYZ | 31.63 | 61.63 | 13.25 | - |
| YUV | 153.78 | 69.43 | 38.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 238 | 50 | 0.88 | 0 | 0.79 | 0.07 | 126.29 | 0.86 | 0.52 |
| Hex | 1C | EE | 32 | 58 | 0 | 4F | 7 | 7E | 56 | 34 |
| Octal | 34 | 356 | 62 | 130 | 0 | 117 | 7 | 176 | 126 | 64 |
| Binary | 11100 | 11101110 | 110010 | 1011000 | 0 | 1001111 | 111 | 1111110 | 1010110 | 110100 |
Color Harmonies of #1CEE32
Complementary color
Monochromatic Colors of #1CEE32
Black with #1CEE32
Text Example
Text Example
White with #1CEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEE32; }
p { color: rgb(28,238,50); }
H1.HeaderClassName
{
color: #1CEE32;
}
.AnyTagClassName
{
color: #1CEE32;
}
</style>
background-color css
<style>
a { background-color: #1CEE32; }
a { background-color: rgb(28,238,50); }
div.DivClassName
{
background-color: #1CEE32;
}
.BgClassName
{
background-color: #1CEE32;
}
</style>
border-color css
<style>
span { border-color: #1CEE32; }
span { border-color: rgb(28,238,50); }
td.TdClassName
{
border-color: #1CEE32;
}
.TagClassName
{
border-color: #1CEE32;
}
</style>