Shades of Free Speech Green #15CB02
Tints of Free Speech Green #15CB02
RGB
CMYK
RGB Variations
Color information
#15CB02 (or 0x15CB02) is known color: Free Speech Green. HEX triplet: 15, CB and 02. RGB value is (21,203,2). Sum of RGB (Red+Green+Blue) = 21+203+2=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 203 (79.69% from 255 or 89.82% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 203 - color contains mainly: green. Hex color #15CB02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15CB02 is #EA34FD. Grayscale: #7E7E7E. Windows color (decimal): -15348990 or 183061. OLE color: 183061.
HSL color Cylindrical-coordinate representation of color #15CB02: hue angle of 114.33º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15CB02 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 203 | 2 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.20 |
| HSL | 114.33º | 0.98% | 0.4% | - |
| HSV(B) | 114.33º | 0.99% | 0.8% | - |
| XYZ | 21.68 | 42.88 | 7.19 | - |
| YUV | 125.67 | 58.2 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 2 | 0.90 | 0 | 0.99 | 0.20 | 114.33 | 0.98 | 0.4 |
| Hex | 15 | CB | 2 | 5A | 0 | 63 | 14 | 72 | 62 | 28 |
| Octal | 25 | 313 | 2 | 132 | 0 | 143 | 24 | 162 | 142 | 50 |
| Binary | 10101 | 11001011 | 10 | 1011010 | 0 | 1100011 | 10100 | 1110010 | 1100010 | 101000 |
Color Harmonies of #15CB02
Complementary color
Monochromatic Colors of #15CB02
Black with #15CB02
Text Example
Text Example
White with #15CB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CB02; }
p { color: rgb(21,203,2); }
H1.HeaderClassName
{
color: #15CB02;
}
.AnyTagClassName
{
color: #15CB02;
}
</style>
background-color css
<style>
a { background-color: #15CB02; }
a { background-color: rgb(21,203,2); }
div.DivClassName
{
background-color: #15CB02;
}
.BgClassName
{
background-color: #15CB02;
}
</style>
border-color css
<style>
span { border-color: #15CB02; }
span { border-color: rgb(21,203,2); }
td.TdClassName
{
border-color: #15CB02;
}
.TagClassName
{
border-color: #15CB02;
}
</style>