Shades of Free Speech Green #03DB1B
Tints of Free Speech Green #03DB1B
RGB
CMYK
RGB Variations
Color information
#03DB1B (or 0x03DB1B) is known color: Free Speech Green. HEX triplet: 03, DB and 1B. RGB value is (3,219,27). Sum of RGB (Red+Green+Blue) = 3+219+27=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 219 (85.94% from 255 or 87.95% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 219 - color contains mainly: green. Hex color #03DB1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DB1B is #FC24E4. Grayscale: #858585. Windows color (decimal): -16524517 or 1825539. OLE color: 1825539.
HSL color Cylindrical-coordinate representation of color #03DB1B: hue angle of 126.67º 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 #03DB1B is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 219 | 27 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.14 |
| HSL | 126.67º | 0.97% | 0.44% | - |
| HSV(B) | 126.67º | 0.99% | 0.86% | - |
| XYZ | 25.57 | 50.76 | 9.49 | - |
| YUV | 132.53 | 68.44 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 27 | 0.99 | 0 | 0.88 | 0.14 | 126.67 | 0.97 | 0.44 |
| Hex | 3 | DB | 1B | 63 | 0 | 58 | E | 7F | 61 | 2C |
| Octal | 3 | 333 | 33 | 143 | 0 | 130 | 16 | 177 | 141 | 54 |
| Binary | 11 | 11011011 | 11011 | 1100011 | 0 | 1011000 | 1110 | 1111111 | 1100001 | 101100 |
Color Harmonies of #03DB1B
Complementary color
Monochromatic Colors of #03DB1B
Black with #03DB1B
Text Example
Text Example
White with #03DB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DB1B; }
p { color: rgb(3,219,27); }
H1.HeaderClassName
{
color: #03DB1B;
}
.AnyTagClassName
{
color: #03DB1B;
}
</style>
background-color css
<style>
a { background-color: #03DB1B; }
a { background-color: rgb(3,219,27); }
div.DivClassName
{
background-color: #03DB1B;
}
.BgClassName
{
background-color: #03DB1B;
}
</style>
border-color css
<style>
span { border-color: #03DB1B; }
span { border-color: rgb(3,219,27); }
td.TdClassName
{
border-color: #03DB1B;
}
.TagClassName
{
border-color: #03DB1B;
}
</style>