Shades of Free Speech Green #1CEF2F
Tints of Free Speech Green #1CEF2F
RGB
CMYK
RGB Variations
Color information
#1CEF2F (or 0x1CEF2F) is known color: Free Speech Green. HEX triplet: 1C, EF and 2F. RGB value is (28,239,47). Sum of RGB (Red+Green+Blue) = 28+239+47=314 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.92% from 314); Green value is 239 (93.75% from 255 or 76.11% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 239 - color contains mainly: green. Hex color #1CEF2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CEF2F is #E310D0. Grayscale: #9A9A9A. Windows color (decimal): -14880977 or 3141404. OLE color: 3141404.
HSL color Cylindrical-coordinate representation of color #1CEF2F: hue angle of 125.4º 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 #1CEF2F is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 239 | 47 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.06 |
| HSL | 125.4º | 0.87% | 0.52% | - |
| HSV(B) | 125.4º | 0.88% | 0.94% | - |
| XYZ | 31.86 | 62.19 | 13.01 | - |
| YUV | 154.02 | 67.6 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 239 | 47 | 0.88 | 0 | 0.80 | 0.06 | 125.4 | 0.87 | 0.52 |
| Hex | 1C | EF | 2F | 58 | 0 | 50 | 6 | 7D | 57 | 34 |
| Octal | 34 | 357 | 57 | 130 | 0 | 120 | 6 | 175 | 127 | 64 |
| Binary | 11100 | 11101111 | 101111 | 1011000 | 0 | 1010000 | 110 | 1111101 | 1010111 | 110100 |
Color Harmonies of #1CEF2F
Complementary color
Monochromatic Colors of #1CEF2F
Black with #1CEF2F
Text Example
Text Example
White with #1CEF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEF2F; }
p { color: rgb(28,239,47); }
H1.HeaderClassName
{
color: #1CEF2F;
}
.AnyTagClassName
{
color: #1CEF2F;
}
</style>
background-color css
<style>
a { background-color: #1CEF2F; }
a { background-color: rgb(28,239,47); }
div.DivClassName
{
background-color: #1CEF2F;
}
.BgClassName
{
background-color: #1CEF2F;
}
</style>
border-color css
<style>
span { border-color: #1CEF2F; }
span { border-color: rgb(28,239,47); }
td.TdClassName
{
border-color: #1CEF2F;
}
.TagClassName
{
border-color: #1CEF2F;
}
</style>