Shades of Free Speech Green #1CEB05
Tints of Free Speech Green #1CEB05
RGB
CMYK
RGB Variations
Color information
#1CEB05 (or 0x1CEB05) is known color: Free Speech Green. HEX triplet: 1C, EB and 05. RGB value is (28,235,5). Sum of RGB (Red+Green+Blue) = 28+235+5=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 235 (92.19% from 255 or 87.69% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 235 - color contains mainly: green. Hex color #1CEB05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CEB05 is #E314FA. Grayscale: #939393. Windows color (decimal): -14882043 or 387868. OLE color: 387868.
HSL color Cylindrical-coordinate representation of color #1CEB05: hue angle of 114º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1CEB05 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 235 | 5 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.08 |
| HSL | 114º | 0.96% | 0.47% | - |
| HSV(B) | 114º | 0.98% | 0.92% | - |
| XYZ | 30.21 | 59.67 | 10.07 | - |
| YUV | 146.89 | 47.92 | 43.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 235 | 5 | 0.88 | 0 | 0.98 | 0.08 | 114 | 0.96 | 0.47 |
| Hex | 1C | EB | 5 | 58 | 0 | 62 | 8 | 72 | 60 | 2F |
| Octal | 34 | 353 | 5 | 130 | 0 | 142 | 10 | 162 | 140 | 57 |
| Binary | 11100 | 11101011 | 101 | 1011000 | 0 | 1100010 | 1000 | 1110010 | 1100000 | 101111 |
Color Harmonies of #1CEB05
Complementary color
Monochromatic Colors of #1CEB05
Black with #1CEB05
Text Example
Text Example
White with #1CEB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEB05; }
p { color: rgb(28,235,5); }
H1.HeaderClassName
{
color: #1CEB05;
}
.AnyTagClassName
{
color: #1CEB05;
}
</style>
background-color css
<style>
a { background-color: #1CEB05; }
a { background-color: rgb(28,235,5); }
div.DivClassName
{
background-color: #1CEB05;
}
.BgClassName
{
background-color: #1CEB05;
}
</style>
border-color css
<style>
span { border-color: #1CEB05; }
span { border-color: rgb(28,235,5); }
td.TdClassName
{
border-color: #1CEB05;
}
.TagClassName
{
border-color: #1CEB05;
}
</style>