Shades of Free Speech Green #1CD30D
Tints of Free Speech Green #1CD30D
RGB
CMYK
RGB Variations
Color information
#1CD30D (or 0x1CD30D) is known color: Free Speech Green. HEX triplet: 1C, D3 and 0D. RGB value is (28,211,13). Sum of RGB (Red+Green+Blue) = 28+211+13=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 211 (82.81% from 255 or 83.73% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 211 - color contains mainly: green. Hex color #1CD30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD30D is #E32CF2. Grayscale: #868686. Windows color (decimal): -14888179 or 906012. OLE color: 906012.
HSL color Cylindrical-coordinate representation of color #1CD30D: hue angle of 115.45º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CD30D is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 28 | 211 | 13 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.17 |
| HSL | 115.45º | 0.88% | 0.44% | - |
| HSV(B) | 115.45º | 0.94% | 0.83% | - |
| XYZ | 23.85 | 46.86 | 8.17 | - |
| YUV | 133.71 | 59.87 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 211 | 13 | 0.87 | 0 | 0.94 | 0.17 | 115.45 | 0.88 | 0.44 |
| Hex | 1C | D3 | D | 57 | 0 | 5E | 11 | 73 | 58 | 2C |
| Octal | 34 | 323 | 15 | 127 | 0 | 136 | 21 | 163 | 130 | 54 |
| Binary | 11100 | 11010011 | 1101 | 1010111 | 0 | 1011110 | 10001 | 1110011 | 1011000 | 101100 |
Color Harmonies of #1CD30D
Complementary color
Monochromatic Colors of #1CD30D
Black with #1CD30D
Text Example
Text Example
White with #1CD30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD30D; }
p { color: rgb(28,211,13); }
H1.HeaderClassName
{
color: #1CD30D;
}
.AnyTagClassName
{
color: #1CD30D;
}
</style>
background-color css
<style>
a { background-color: #1CD30D; }
a { background-color: rgb(28,211,13); }
div.DivClassName
{
background-color: #1CD30D;
}
.BgClassName
{
background-color: #1CD30D;
}
</style>
border-color css
<style>
span { border-color: #1CD30D; }
span { border-color: rgb(28,211,13); }
td.TdClassName
{
border-color: #1CD30D;
}
.TagClassName
{
border-color: #1CD30D;
}
</style>