Shades of Free Speech Green #1CD50C
Tints of Free Speech Green #1CD50C
RGB
CMYK
RGB Variations
Color information
#1CD50C (or 0x1CD50C) is known color: Free Speech Green. HEX triplet: 1C, D5 and 0C. RGB value is (28,213,12). Sum of RGB (Red+Green+Blue) = 28+213+12=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 213 (83.59% from 255 or 84.19% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 213 - color contains mainly: green. Hex color #1CD50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD50C is #E32AF3. Grayscale: #878787. Windows color (decimal): -14887668 or 840988. OLE color: 840988.
HSL color Cylindrical-coordinate representation of color #1CD50C: hue angle of 115.22º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CD50C is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 28 | 213 | 12 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.16 |
| HSL | 115.22º | 0.89% | 0.44% | - |
| HSV(B) | 115.22º | 0.94% | 0.84% | - |
| XYZ | 24.34 | 47.86 | 8.3 | - |
| YUV | 134.77 | 58.71 | 51.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 213 | 12 | 0.87 | 0 | 0.94 | 0.16 | 115.22 | 0.89 | 0.44 |
| Hex | 1C | D5 | C | 57 | 0 | 5E | 10 | 73 | 59 | 2C |
| Octal | 34 | 325 | 14 | 127 | 0 | 136 | 20 | 163 | 131 | 54 |
| Binary | 11100 | 11010101 | 1100 | 1010111 | 0 | 1011110 | 10000 | 1110011 | 1011001 | 101100 |
Color Harmonies of #1CD50C
Complementary color
Monochromatic Colors of #1CD50C
Black with #1CD50C
Text Example
Text Example
White with #1CD50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD50C; }
p { color: rgb(28,213,12); }
H1.HeaderClassName
{
color: #1CD50C;
}
.AnyTagClassName
{
color: #1CD50C;
}
</style>
background-color css
<style>
a { background-color: #1CD50C; }
a { background-color: rgb(28,213,12); }
div.DivClassName
{
background-color: #1CD50C;
}
.BgClassName
{
background-color: #1CD50C;
}
</style>
border-color css
<style>
span { border-color: #1CD50C; }
span { border-color: rgb(28,213,12); }
td.TdClassName
{
border-color: #1CD50C;
}
.TagClassName
{
border-color: #1CD50C;
}
</style>