Shades of Free Speech Green #1CDF15
Tints of Free Speech Green #1CDF15
RGB
CMYK
RGB Variations
Color information
#1CDF15 (or 0x1CDF15) is known color: Free Speech Green. HEX triplet: 1C, DF and 15. RGB value is (28,223,21). Sum of RGB (Red+Green+Blue) = 28+223+21=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 223 (87.5% from 255 or 81.99% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CDF15 is #E320EA. Grayscale: #8E8E8E. Windows color (decimal): -14885099 or 1433372. OLE color: 1433372.
HSL color Cylindrical-coordinate representation of color #1CDF15: hue angle of 117.92º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1CDF15 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 223 | 21 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.13 |
| HSL | 117.92º | 0.83% | 0.48% | - |
| HSV(B) | 117.92º | 0.91% | 0.87% | - |
| XYZ | 27 | 53.08 | 9.53 | - |
| YUV | 141.67 | 59.9 | 46.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 223 | 21 | 0.87 | 0 | 0.91 | 0.13 | 117.92 | 0.83 | 0.48 |
| Hex | 1C | DF | 15 | 57 | 0 | 5B | D | 76 | 53 | 30 |
| Octal | 34 | 337 | 25 | 127 | 0 | 133 | 15 | 166 | 123 | 60 |
| Binary | 11100 | 11011111 | 10101 | 1010111 | 0 | 1011011 | 1101 | 1110110 | 1010011 | 110000 |
Color Harmonies of #1CDF15
Complementary color
Monochromatic Colors of #1CDF15
Black with #1CDF15
Text Example
Text Example
White with #1CDF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDF15; }
p { color: rgb(28,223,21); }
H1.HeaderClassName
{
color: #1CDF15;
}
.AnyTagClassName
{
color: #1CDF15;
}
</style>
background-color css
<style>
a { background-color: #1CDF15; }
a { background-color: rgb(28,223,21); }
div.DivClassName
{
background-color: #1CDF15;
}
.BgClassName
{
background-color: #1CDF15;
}
</style>
border-color css
<style>
span { border-color: #1CDF15; }
span { border-color: rgb(28,223,21); }
td.TdClassName
{
border-color: #1CDF15;
}
.TagClassName
{
border-color: #1CDF15;
}
</style>