Shades of Free Speech Green #03DB24
Tints of Free Speech Green #03DB24
RGB
CMYK
RGB Variations
Color information
#03DB24 (or 0x03DB24) is known color: Free Speech Green. HEX triplet: 03, DB and 24. RGB value is (3,219,36). Sum of RGB (Red+Green+Blue) = 3+219+36=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 219 (85.94% from 255 or 84.88% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 219 - color contains mainly: green. Hex color #03DB24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DB24 is #FC24DB. Grayscale: #868686. Windows color (decimal): -16524508 or 2415363. OLE color: 2415363.
HSL color Cylindrical-coordinate representation of color #03DB24: hue angle of 129.17º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DB24 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 219 | 36 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.14 |
| HSL | 129.17º | 0.97% | 0.44% | - |
| HSV(B) | 129.17º | 0.99% | 0.86% | - |
| XYZ | 25.69 | 50.81 | 10.12 | - |
| YUV | 133.55 | 72.94 | 34.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 36 | 0.99 | 0 | 0.84 | 0.14 | 129.17 | 0.97 | 0.44 |
| Hex | 3 | DB | 24 | 63 | 0 | 54 | E | 81 | 61 | 2C |
| Octal | 3 | 333 | 44 | 143 | 0 | 124 | 16 | 201 | 141 | 54 |
| Binary | 11 | 11011011 | 100100 | 1100011 | 0 | 1010100 | 1110 | 10000001 | 1100001 | 101100 |
Color Harmonies of #03DB24
Complementary color
Monochromatic Colors of #03DB24
Black with #03DB24
Text Example
Text Example
White with #03DB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DB24; }
p { color: rgb(3,219,36); }
H1.HeaderClassName
{
color: #03DB24;
}
.AnyTagClassName
{
color: #03DB24;
}
</style>
background-color css
<style>
a { background-color: #03DB24; }
a { background-color: rgb(3,219,36); }
div.DivClassName
{
background-color: #03DB24;
}
.BgClassName
{
background-color: #03DB24;
}
</style>
border-color css
<style>
span { border-color: #03DB24; }
span { border-color: rgb(3,219,36); }
td.TdClassName
{
border-color: #03DB24;
}
.TagClassName
{
border-color: #03DB24;
}
</style>