Shades of Free Speech Green #1CE01B
Tints of Free Speech Green #1CE01B
RGB
CMYK
RGB Variations
Color information
#1CE01B (or 0x1CE01B) is known color: Free Speech Green. HEX triplet: 1C, E0 and 1B. RGB value is (28,224,27). Sum of RGB (Red+Green+Blue) = 28+224+27=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 224 (87.89% from 255 or 80.29% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE01B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE01B is #E31FE4. Grayscale: #8F8F8F. Windows color (decimal): -14884837 or 1826844. OLE color: 1826844.
HSL color Cylindrical-coordinate representation of color #1CE01B: hue angle of 119.7º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE01B is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 224 | 27 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.12 |
| HSL | 119.7º | 0.78% | 0.49% | - |
| HSV(B) | 119.7º | 0.88% | 0.88% | - |
| XYZ | 27.33 | 53.64 | 9.95 | - |
| YUV | 142.94 | 62.57 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 224 | 27 | 0.88 | 0 | 0.88 | 0.12 | 119.7 | 0.78 | 0.49 |
| Hex | 1C | E0 | 1B | 58 | 0 | 58 | C | 78 | 4E | 31 |
| Octal | 34 | 340 | 33 | 130 | 0 | 130 | 14 | 170 | 116 | 61 |
| Binary | 11100 | 11100000 | 11011 | 1011000 | 0 | 1011000 | 1100 | 1111000 | 1001110 | 110001 |
Color Harmonies of #1CE01B
Complementary color
Monochromatic Colors of #1CE01B
Black with #1CE01B
Text Example
Text Example
White with #1CE01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE01B; }
p { color: rgb(28,224,27); }
H1.HeaderClassName
{
color: #1CE01B;
}
.AnyTagClassName
{
color: #1CE01B;
}
</style>
background-color css
<style>
a { background-color: #1CE01B; }
a { background-color: rgb(28,224,27); }
div.DivClassName
{
background-color: #1CE01B;
}
.BgClassName
{
background-color: #1CE01B;
}
</style>
border-color css
<style>
span { border-color: #1CE01B; }
span { border-color: rgb(28,224,27); }
td.TdClassName
{
border-color: #1CE01B;
}
.TagClassName
{
border-color: #1CE01B;
}
</style>