Shades of Free Speech Green #1CD404
Tints of Free Speech Green #1CD404
RGB
CMYK
RGB Variations
Color information
#1CD404 (or 0x1CD404) is known color: Free Speech Green. HEX triplet: 1C, D4 and 04. RGB value is (28,212,4). Sum of RGB (Red+Green+Blue) = 28+212+4=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 212 (83.20% from 255 or 86.89% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 212 - color contains mainly: green. Hex color #1CD404 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD404 is #E32BFB. Grayscale: #858585. Windows color (decimal): -14887932 or 316444. OLE color: 316444.
HSL color Cylindrical-coordinate representation of color #1CD404: hue angle of 113.08º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1CD404 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 28 | 212 | 4 | - |
| CMYK | 0.87 | 0 | 0.98 | 0.17 |
| HSL | 113.08º | 0.96% | 0.42% | - |
| HSV(B) | 113.08º | 0.98% | 0.83% | - |
| XYZ | 24.04 | 47.34 | 7.99 | - |
| YUV | 133.27 | 55.04 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 212 | 4 | 0.87 | 0 | 0.98 | 0.17 | 113.08 | 0.96 | 0.42 |
| Hex | 1C | D4 | 4 | 57 | 0 | 62 | 11 | 71 | 60 | 2A |
| Octal | 34 | 324 | 4 | 127 | 0 | 142 | 21 | 161 | 140 | 52 |
| Binary | 11100 | 11010100 | 100 | 1010111 | 0 | 1100010 | 10001 | 1110001 | 1100000 | 101010 |
Color Harmonies of #1CD404
Complementary color
Monochromatic Colors of #1CD404
Black with #1CD404
Text Example
Text Example
White with #1CD404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD404; }
p { color: rgb(28,212,4); }
H1.HeaderClassName
{
color: #1CD404;
}
.AnyTagClassName
{
color: #1CD404;
}
</style>
background-color css
<style>
a { background-color: #1CD404; }
a { background-color: rgb(28,212,4); }
div.DivClassName
{
background-color: #1CD404;
}
.BgClassName
{
background-color: #1CD404;
}
</style>
border-color css
<style>
span { border-color: #1CD404; }
span { border-color: rgb(28,212,4); }
td.TdClassName
{
border-color: #1CD404;
}
.TagClassName
{
border-color: #1CD404;
}
</style>