Shades of Free Speech Green #1CEB0D
Tints of Free Speech Green #1CEB0D
RGB
CMYK
RGB Variations
Color information
#1CEB0D (or 0x1CEB0D) is known color: Free Speech Green. HEX triplet: 1C, EB and 0D. RGB value is (28,235,13). Sum of RGB (Red+Green+Blue) = 28+235+13=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 235 (92.19% from 255 or 85.14% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 235 - color contains mainly: green. Hex color #1CEB0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CEB0D is #E314F2. Grayscale: #949494. Windows color (decimal): -14882035 or 912156. OLE color: 912156.
HSL color Cylindrical-coordinate representation of color #1CEB0D: hue angle of 115.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CEB0D is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 235 | 13 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.08 |
| HSL | 115.95º | 0.9% | 0.49% | - |
| HSV(B) | 115.95º | 0.94% | 0.92% | - |
| XYZ | 30.26 | 59.69 | 10.31 | - |
| YUV | 147.8 | 51.92 | 42.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 235 | 13 | 0.88 | 0 | 0.94 | 0.08 | 115.95 | 0.9 | 0.49 |
| Hex | 1C | EB | D | 58 | 0 | 5E | 8 | 74 | 5A | 31 |
| Octal | 34 | 353 | 15 | 130 | 0 | 136 | 10 | 164 | 132 | 61 |
| Binary | 11100 | 11101011 | 1101 | 1011000 | 0 | 1011110 | 1000 | 1110100 | 1011010 | 110001 |
Color Harmonies of #1CEB0D
Complementary color
Monochromatic Colors of #1CEB0D
Black with #1CEB0D
Text Example
Text Example
White with #1CEB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEB0D; }
p { color: rgb(28,235,13); }
H1.HeaderClassName
{
color: #1CEB0D;
}
.AnyTagClassName
{
color: #1CEB0D;
}
</style>
background-color css
<style>
a { background-color: #1CEB0D; }
a { background-color: rgb(28,235,13); }
div.DivClassName
{
background-color: #1CEB0D;
}
.BgClassName
{
background-color: #1CEB0D;
}
</style>
border-color css
<style>
span { border-color: #1CEB0D; }
span { border-color: rgb(28,235,13); }
td.TdClassName
{
border-color: #1CEB0D;
}
.TagClassName
{
border-color: #1CEB0D;
}
</style>