Shades of Free Speech Green #1BD302
Tints of Free Speech Green #1BD302
RGB
CMYK
RGB Variations
Color information
#1BD302 (or 0x1BD302) is known color: Free Speech Green. HEX triplet: 1B, D3 and 02. RGB value is (27,211,2). Sum of RGB (Red+Green+Blue) = 27+211+2=240 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.25% from 240); Green value is 211 (82.81% from 255 or 87.92% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 211 - color contains mainly: green. Hex color #1BD302 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BD302 is #E42CFD. Grayscale: #848484. Windows color (decimal): -14953726 or 185115. OLE color: 185115.
HSL color Cylindrical-coordinate representation of color #1BD302: hue angle of 112.82º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1BD302 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 27 | 211 | 2 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.17 |
| HSL | 112.82º | 0.98% | 0.42% | - |
| HSV(B) | 112.82º | 0.99% | 0.83% | - |
| XYZ | 23.76 | 46.83 | 7.84 | - |
| YUV | 132.16 | 54.54 | 52.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 211 | 2 | 0.87 | 0 | 0.99 | 0.17 | 112.82 | 0.98 | 0.42 |
| Hex | 1B | D3 | 2 | 57 | 0 | 63 | 11 | 71 | 62 | 2A |
| Octal | 33 | 323 | 2 | 127 | 0 | 143 | 21 | 161 | 142 | 52 |
| Binary | 11011 | 11010011 | 10 | 1010111 | 0 | 1100011 | 10001 | 1110001 | 1100010 | 101010 |
Color Harmonies of #1BD302
Complementary color
Monochromatic Colors of #1BD302
Black with #1BD302
Text Example
Text Example
White with #1BD302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD302; }
p { color: rgb(27,211,2); }
H1.HeaderClassName
{
color: #1BD302;
}
.AnyTagClassName
{
color: #1BD302;
}
</style>
background-color css
<style>
a { background-color: #1BD302; }
a { background-color: rgb(27,211,2); }
div.DivClassName
{
background-color: #1BD302;
}
.BgClassName
{
background-color: #1BD302;
}
</style>
border-color css
<style>
span { border-color: #1BD302; }
span { border-color: rgb(27,211,2); }
td.TdClassName
{
border-color: #1BD302;
}
.TagClassName
{
border-color: #1BD302;
}
</style>