Shades of Lime #05F304
Tints of Lime #05F304
RGB
CMYK
RGB Variations
Color information
#05F304 (or 0x05F304) is known color: Lime. HEX triplet: 05, F3 and 04. RGB value is (5,243,4). Sum of RGB (Red+Green+Blue) = 5+243+4=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 243 (95.31% from 255 or 96.43% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 243 - color contains mainly: green. Hex color #05F304 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05F304 is #FA0CFB. Grayscale: #919191. Windows color (decimal): -16387324 or 324357. OLE color: 324357.
HSL color Cylindrical-coordinate representation of color #05F304: hue angle of 119.75º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F304 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 243 | 4 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.05 |
| HSL | 119.75º | 0.97% | 0.48% | - |
| HSV(B) | 119.75º | 0.98% | 0.95% | - |
| XYZ | 32.14 | 64.14 | 10.8 | - |
| YUV | 144.59 | 48.65 | 28.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 243 | 4 | 0.98 | 0 | 0.98 | 0.05 | 119.75 | 0.97 | 0.48 |
| Hex | 5 | F3 | 4 | 62 | 0 | 62 | 5 | 78 | 61 | 30 |
| Octal | 5 | 363 | 4 | 142 | 0 | 142 | 5 | 170 | 141 | 60 |
| Binary | 101 | 11110011 | 100 | 1100010 | 0 | 1100010 | 101 | 1111000 | 1100001 | 110000 |
Color Harmonies of #05F304
Complementary color
Monochromatic Colors of #05F304
Black with #05F304
Text Example
Text Example
White with #05F304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F304; }
p { color: rgb(5,243,4); }
H1.HeaderClassName
{
color: #05F304;
}
.AnyTagClassName
{
color: #05F304;
}
</style>
background-color css
<style>
a { background-color: #05F304; }
a { background-color: rgb(5,243,4); }
div.DivClassName
{
background-color: #05F304;
}
.BgClassName
{
background-color: #05F304;
}
</style>
border-color css
<style>
span { border-color: #05F304; }
span { border-color: rgb(5,243,4); }
td.TdClassName
{
border-color: #05F304;
}
.TagClassName
{
border-color: #05F304;
}
</style>