Shades of Free Speech Green #1BE202
Tints of Free Speech Green #1BE202
RGB
CMYK
RGB Variations
Color information
#1BE202 (or 0x1BE202) is known color: Free Speech Green. HEX triplet: 1B, E2 and 02. RGB value is (27,226,2). Sum of RGB (Red+Green+Blue) = 27+226+2=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 226 (88.67% from 255 or 88.63% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 226 - color contains mainly: green. Hex color #1BE202 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BE202 is #E41DFD. Grayscale: #8D8D8D. Windows color (decimal): -14949886 or 188955. OLE color: 188955.
HSL color Cylindrical-coordinate representation of color #1BE202: hue angle of 113.3º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1BE202 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 27 | 226 | 2 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.11 |
| HSL | 113.3º | 0.98% | 0.45% | - |
| HSV(B) | 113.3º | 0.99% | 0.89% | - |
| XYZ | 27.66 | 54.63 | 9.14 | - |
| YUV | 140.96 | 49.57 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 226 | 2 | 0.88 | 0 | 0.99 | 0.11 | 113.3 | 0.98 | 0.45 |
| Hex | 1B | E2 | 2 | 58 | 0 | 63 | B | 71 | 62 | 2D |
| Octal | 33 | 342 | 2 | 130 | 0 | 143 | 13 | 161 | 142 | 55 |
| Binary | 11011 | 11100010 | 10 | 1011000 | 0 | 1100011 | 1011 | 1110001 | 1100010 | 101101 |
Color Harmonies of #1BE202
Complementary color
Monochromatic Colors of #1BE202
Black with #1BE202
Text Example
Text Example
White with #1BE202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE202; }
p { color: rgb(27,226,2); }
H1.HeaderClassName
{
color: #1BE202;
}
.AnyTagClassName
{
color: #1BE202;
}
</style>
background-color css
<style>
a { background-color: #1BE202; }
a { background-color: rgb(27,226,2); }
div.DivClassName
{
background-color: #1BE202;
}
.BgClassName
{
background-color: #1BE202;
}
</style>
border-color css
<style>
span { border-color: #1BE202; }
span { border-color: rgb(27,226,2); }
td.TdClassName
{
border-color: #1BE202;
}
.TagClassName
{
border-color: #1BE202;
}
</style>