Shades of Free Speech Green #1CEC2F
Tints of Free Speech Green #1CEC2F
RGB
CMYK
RGB Variations
Color information
#1CEC2F (or 0x1CEC2F) is known color: Free Speech Green. HEX triplet: 1C, EC and 2F. RGB value is (28,236,47). Sum of RGB (Red+Green+Blue) = 28+236+47=311 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.00% from 311); Green value is 236 (92.58% from 255 or 75.88% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 236 - color contains mainly: green. Hex color #1CEC2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CEC2F is #E313D0. Grayscale: #989898. Windows color (decimal): -14881745 or 3140636. OLE color: 3140636.
HSL color Cylindrical-coordinate representation of color #1CEC2F: hue angle of 125.48º degrees, saturation: 0.85, 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 #1CEC2F is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 236 | 47 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.07 |
| HSL | 125.48º | 0.85% | 0.52% | - |
| HSV(B) | 125.48º | 0.88% | 0.93% | - |
| XYZ | 30.99 | 60.44 | 12.72 | - |
| YUV | 152.26 | 68.59 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 236 | 47 | 0.88 | 0 | 0.80 | 0.07 | 125.48 | 0.85 | 0.52 |
| Hex | 1C | EC | 2F | 58 | 0 | 50 | 7 | 7D | 55 | 34 |
| Octal | 34 | 354 | 57 | 130 | 0 | 120 | 7 | 175 | 125 | 64 |
| Binary | 11100 | 11101100 | 101111 | 1011000 | 0 | 1010000 | 111 | 1111101 | 1010101 | 110100 |
Color Harmonies of #1CEC2F
Complementary color
Monochromatic Colors of #1CEC2F
Black with #1CEC2F
Text Example
Text Example
White with #1CEC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEC2F; }
p { color: rgb(28,236,47); }
H1.HeaderClassName
{
color: #1CEC2F;
}
.AnyTagClassName
{
color: #1CEC2F;
}
</style>
background-color css
<style>
a { background-color: #1CEC2F; }
a { background-color: rgb(28,236,47); }
div.DivClassName
{
background-color: #1CEC2F;
}
.BgClassName
{
background-color: #1CEC2F;
}
</style>
border-color css
<style>
span { border-color: #1CEC2F; }
span { border-color: rgb(28,236,47); }
td.TdClassName
{
border-color: #1CEC2F;
}
.TagClassName
{
border-color: #1CEC2F;
}
</style>