Shades of Lime Green #3ADF24
Tints of Lime Green #3ADF24
RGB
CMYK
RGB Variations
Color information
#3ADF24 (or 0x3ADF24) is known color: Lime Green. HEX triplet: 3A, DF and 24. RGB value is (58,223,36). Sum of RGB (Red+Green+Blue) = 58+223+36=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 223 (87.5% from 255 or 70.35% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADF24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADF24 is #C520DB. Grayscale: #989898. Windows color (decimal): -12919004 or 2416442. OLE color: 2416442.
HSL color Cylindrical-coordinate representation of color #3ADF24: hue angle of 112.94º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3ADF24 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 36 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.13 |
| HSL | 112.94º | 0.75% | 0.51% | - |
| HSV(B) | 112.94º | 0.84% | 0.87% | - |
| XYZ | 28.45 | 53.8 | 10.55 | - |
| YUV | 152.35 | 62.34 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 36 | 0.74 | 0 | 0.84 | 0.13 | 112.94 | 0.75 | 0.51 |
| Hex | 3A | DF | 24 | 4A | 0 | 54 | D | 71 | 4B | 33 |
| Octal | 72 | 337 | 44 | 112 | 0 | 124 | 15 | 161 | 113 | 63 |
| Binary | 111010 | 11011111 | 100100 | 1001010 | 0 | 1010100 | 1101 | 1110001 | 1001011 | 110011 |
Color Harmonies of #3ADF24
Complementary color
Monochromatic Colors of #3ADF24
Black with #3ADF24
Text Example
Text Example
White with #3ADF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADF24; }
p { color: rgb(58,223,36); }
H1.HeaderClassName
{
color: #3ADF24;
}
.AnyTagClassName
{
color: #3ADF24;
}
</style>
background-color css
<style>
a { background-color: #3ADF24; }
a { background-color: rgb(58,223,36); }
div.DivClassName
{
background-color: #3ADF24;
}
.BgClassName
{
background-color: #3ADF24;
}
</style>
border-color css
<style>
span { border-color: #3ADF24; }
span { border-color: rgb(58,223,36); }
td.TdClassName
{
border-color: #3ADF24;
}
.TagClassName
{
border-color: #3ADF24;
}
</style>