Shades of Lime Green #4ADF39
Tints of Lime Green #4ADF39
RGB
CMYK
RGB Variations
Color information
#4ADF39 (or 0x4ADF39) is known color: Lime Green. HEX triplet: 4A, DF and 39. RGB value is (74,223,57). Sum of RGB (Red+Green+Blue) = 74+223+57=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 223 (87.5% from 255 or 62.99% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADF39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADF39 is #B520C6. Grayscale: #A0A0A0. Windows color (decimal): -11870407 or 3792714. OLE color: 3792714.
HSL color Cylindrical-coordinate representation of color #4ADF39: hue angle of 113.86º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4ADF39 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 57 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.13 |
| HSL | 113.86º | 0.72% | 0.55% | - |
| HSV(B) | 113.86º | 0.74% | 0.87% | - |
| XYZ | 29.95 | 54.53 | 12.82 | - |
| YUV | 159.53 | 70.14 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 57 | 0.67 | 0 | 0.74 | 0.13 | 113.86 | 0.72 | 0.55 |
| Hex | 4A | DF | 39 | 43 | 0 | 4A | D | 72 | 48 | 37 |
| Octal | 112 | 337 | 71 | 103 | 0 | 112 | 15 | 162 | 110 | 67 |
| Binary | 1001010 | 11011111 | 111001 | 1000011 | 0 | 1001010 | 1101 | 1110010 | 1001000 | 110111 |
Color Harmonies of #4ADF39
Complementary color
Monochromatic Colors of #4ADF39
Black with #4ADF39
Text Example
Text Example
White with #4ADF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADF39; }
p { color: rgb(74,223,57); }
H1.HeaderClassName
{
color: #4ADF39;
}
.AnyTagClassName
{
color: #4ADF39;
}
</style>
background-color css
<style>
a { background-color: #4ADF39; }
a { background-color: rgb(74,223,57); }
div.DivClassName
{
background-color: #4ADF39;
}
.BgClassName
{
background-color: #4ADF39;
}
</style>
border-color css
<style>
span { border-color: #4ADF39; }
span { border-color: rgb(74,223,57); }
td.TdClassName
{
border-color: #4ADF39;
}
.TagClassName
{
border-color: #4ADF39;
}
</style>