Shades of Lime #03EF02
Tints of Lime #03EF02
RGB
CMYK
RGB Variations
Color information
#03EF02 (or 0x03EF02) is known color: Lime. HEX triplet: 03, EF and 02. RGB value is (3,239,2). Sum of RGB (Red+Green+Blue) = 3+239+2=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 239 (93.75% from 255 or 97.95% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 239 - color contains mainly: green. Hex color #03EF02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03EF02 is #FC10FD. Grayscale: #8E8E8E. Windows color (decimal): -16519422 or 192259. OLE color: 192259.
HSL color Cylindrical-coordinate representation of color #03EF02: hue angle of 119.75º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EF02 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 239 | 2 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.06 |
| HSL | 119.75º | 0.98% | 0.47% | - |
| HSV(B) | 119.75º | 0.99% | 0.94% | - |
| XYZ | 30.92 | 61.76 | 10.35 | - |
| YUV | 141.42 | 49.31 | 29.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 239 | 2 | 0.99 | 0 | 0.99 | 0.06 | 119.75 | 0.98 | 0.47 |
| Hex | 3 | EF | 2 | 63 | 0 | 63 | 6 | 78 | 62 | 2F |
| Octal | 3 | 357 | 2 | 143 | 0 | 143 | 6 | 170 | 142 | 57 |
| Binary | 11 | 11101111 | 10 | 1100011 | 0 | 1100011 | 110 | 1111000 | 1100010 | 101111 |
Color Harmonies of #03EF02
Complementary color
Monochromatic Colors of #03EF02
Black with #03EF02
Text Example
Text Example
White with #03EF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EF02; }
p { color: rgb(3,239,2); }
H1.HeaderClassName
{
color: #03EF02;
}
.AnyTagClassName
{
color: #03EF02;
}
</style>
background-color css
<style>
a { background-color: #03EF02; }
a { background-color: rgb(3,239,2); }
div.DivClassName
{
background-color: #03EF02;
}
.BgClassName
{
background-color: #03EF02;
}
</style>
border-color css
<style>
span { border-color: #03EF02; }
span { border-color: rgb(3,239,2); }
td.TdClassName
{
border-color: #03EF02;
}
.TagClassName
{
border-color: #03EF02;
}
</style>