Shades of Free Speech Green #1CEF2D
Tints of Free Speech Green #1CEF2D
RGB
CMYK
RGB Variations
Color information
#1CEF2D (or 0x1CEF2D) is known color: Free Speech Green. HEX triplet: 1C, EF and 2D. RGB value is (28,239,45). Sum of RGB (Red+Green+Blue) = 28+239+45=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 239 (93.75% from 255 or 76.60% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 239 - color contains mainly: green. Hex color #1CEF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CEF2D is #E310D2. Grayscale: #9A9A9A. Windows color (decimal): -14880979 or 3010332. OLE color: 3010332.
HSL color Cylindrical-coordinate representation of color #1CEF2D: hue angle of 124.83º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEF2D is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 239 | 45 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.06 |
| HSL | 124.83º | 0.87% | 0.52% | - |
| HSV(B) | 124.83º | 0.88% | 0.94% | - |
| XYZ | 31.82 | 62.17 | 12.81 | - |
| YUV | 153.8 | 66.6 | 38.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 239 | 45 | 0.88 | 0 | 0.81 | 0.06 | 124.83 | 0.87 | 0.52 |
| Hex | 1C | EF | 2D | 58 | 0 | 51 | 6 | 7D | 57 | 34 |
| Octal | 34 | 357 | 55 | 130 | 0 | 121 | 6 | 175 | 127 | 64 |
| Binary | 11100 | 11101111 | 101101 | 1011000 | 0 | 1010001 | 110 | 1111101 | 1010111 | 110100 |
Color Harmonies of #1CEF2D
Complementary color
Monochromatic Colors of #1CEF2D
Black with #1CEF2D
Text Example
Text Example
White with #1CEF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEF2D; }
p { color: rgb(28,239,45); }
H1.HeaderClassName
{
color: #1CEF2D;
}
.AnyTagClassName
{
color: #1CEF2D;
}
</style>
background-color css
<style>
a { background-color: #1CEF2D; }
a { background-color: rgb(28,239,45); }
div.DivClassName
{
background-color: #1CEF2D;
}
.BgClassName
{
background-color: #1CEF2D;
}
</style>
border-color css
<style>
span { border-color: #1CEF2D; }
span { border-color: rgb(28,239,45); }
td.TdClassName
{
border-color: #1CEF2D;
}
.TagClassName
{
border-color: #1CEF2D;
}
</style>