Shades of Free Speech Green #1CEE2A
Tints of Free Speech Green #1CEE2A
RGB
CMYK
RGB Variations
Color information
#1CEE2A (or 0x1CEE2A) is known color: Free Speech Green. HEX triplet: 1C, EE and 2A. RGB value is (28,238,42). Sum of RGB (Red+Green+Blue) = 28+238+42=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 238 (93.36% from 255 or 77.27% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 238 - color contains mainly: green. Hex color #1CEE2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CEE2A is #E311D5. Grayscale: #999999. Windows color (decimal): -14881238 or 2813468. OLE color: 2813468.
HSL color Cylindrical-coordinate representation of color #1CEE2A: hue angle of 124º 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 #1CEE2A is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 238 | 42 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.07 |
| HSL | 124º | 0.86% | 0.52% | - |
| HSV(B) | 124º | 0.88% | 0.93% | - |
| XYZ | 31.47 | 61.56 | 12.41 | - |
| YUV | 152.87 | 65.43 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 238 | 42 | 0.88 | 0 | 0.82 | 0.07 | 124 | 0.86 | 0.52 |
| Hex | 1C | EE | 2A | 58 | 0 | 52 | 7 | 7C | 56 | 34 |
| Octal | 34 | 356 | 52 | 130 | 0 | 122 | 7 | 174 | 126 | 64 |
| Binary | 11100 | 11101110 | 101010 | 1011000 | 0 | 1010010 | 111 | 1111100 | 1010110 | 110100 |
Color Harmonies of #1CEE2A
Complementary color
Monochromatic Colors of #1CEE2A
Black with #1CEE2A
Text Example
Text Example
White with #1CEE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEE2A; }
p { color: rgb(28,238,42); }
H1.HeaderClassName
{
color: #1CEE2A;
}
.AnyTagClassName
{
color: #1CEE2A;
}
</style>
background-color css
<style>
a { background-color: #1CEE2A; }
a { background-color: rgb(28,238,42); }
div.DivClassName
{
background-color: #1CEE2A;
}
.BgClassName
{
background-color: #1CEE2A;
}
</style>
border-color css
<style>
span { border-color: #1CEE2A; }
span { border-color: rgb(28,238,42); }
td.TdClassName
{
border-color: #1CEE2A;
}
.TagClassName
{
border-color: #1CEE2A;
}
</style>