Shades of Free Speech Green #1CE51A
Tints of Free Speech Green #1CE51A
RGB
CMYK
RGB Variations
Color information
#1CE51A (or 0x1CE51A) is known color: Free Speech Green. HEX triplet: 1C, E5 and 1A. RGB value is (28,229,26). Sum of RGB (Red+Green+Blue) = 28+229+26=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 229 (89.84% from 255 or 80.92% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 229 - color contains mainly: green. Hex color #1CE51A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE51A is #E31AE5. Grayscale: #929292. Windows color (decimal): -14883558 or 1762588. OLE color: 1762588.
HSL color Cylindrical-coordinate representation of color #1CE51A: hue angle of 119.41º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CE51A is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 229 | 26 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.10 |
| HSL | 119.41º | 0.8% | 0.5% | - |
| HSV(B) | 119.41º | 0.89% | 0.9% | - |
| XYZ | 28.68 | 56.36 | 10.34 | - |
| YUV | 145.76 | 60.41 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 229 | 26 | 0.88 | 0 | 0.89 | 0.10 | 119.41 | 0.8 | 0.5 |
| Hex | 1C | E5 | 1A | 58 | 0 | 59 | A | 77 | 50 | 32 |
| Octal | 34 | 345 | 32 | 130 | 0 | 131 | 12 | 167 | 120 | 62 |
| Binary | 11100 | 11100101 | 11010 | 1011000 | 0 | 1011001 | 1010 | 1110111 | 1010000 | 110010 |
Color Harmonies of #1CE51A
Complementary color
Monochromatic Colors of #1CE51A
Black with #1CE51A
Text Example
Text Example
White with #1CE51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE51A; }
p { color: rgb(28,229,26); }
H1.HeaderClassName
{
color: #1CE51A;
}
.AnyTagClassName
{
color: #1CE51A;
}
</style>
background-color css
<style>
a { background-color: #1CE51A; }
a { background-color: rgb(28,229,26); }
div.DivClassName
{
background-color: #1CE51A;
}
.BgClassName
{
background-color: #1CE51A;
}
</style>
border-color css
<style>
span { border-color: #1CE51A; }
span { border-color: rgb(28,229,26); }
td.TdClassName
{
border-color: #1CE51A;
}
.TagClassName
{
border-color: #1CE51A;
}
</style>