Shades of Lime Green #4ADD25
Tints of Lime Green #4ADD25
RGB
CMYK
RGB Variations
Color information
#4ADD25 (or 0x4ADD25) is known color: Lime Green. HEX triplet: 4A, DD and 25. RGB value is (74,221,37). Sum of RGB (Red+Green+Blue) = 74+221+37=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 221 (86.72% from 255 or 66.57% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADD25 is #B522DA. Grayscale: #9C9C9C. Windows color (decimal): -11870939 or 2481482. OLE color: 2481482.
HSL color Cylindrical-coordinate representation of color #4ADD25: hue angle of 107.93º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4ADD25 is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 37 | - |
| CMYK | 0.67 | 0 | 0.83 | 0.13 |
| HSL | 107.93º | 0.73% | 0.51% | - |
| HSV(B) | 107.93º | 0.83% | 0.87% | - |
| XYZ | 29.01 | 53.3 | 10.51 | - |
| YUV | 156.07 | 60.8 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 37 | 0.67 | 0 | 0.83 | 0.13 | 107.93 | 0.73 | 0.51 |
| Hex | 4A | DD | 25 | 43 | 0 | 53 | D | 6C | 49 | 33 |
| Octal | 112 | 335 | 45 | 103 | 0 | 123 | 15 | 154 | 111 | 63 |
| Binary | 1001010 | 11011101 | 100101 | 1000011 | 0 | 1010011 | 1101 | 1101100 | 1001001 | 110011 |
Color Harmonies of #4ADD25
Complementary color
Monochromatic Colors of #4ADD25
Black with #4ADD25
Text Example
Text Example
White with #4ADD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADD25; }
p { color: rgb(74,221,37); }
H1.HeaderClassName
{
color: #4ADD25;
}
.AnyTagClassName
{
color: #4ADD25;
}
</style>
background-color css
<style>
a { background-color: #4ADD25; }
a { background-color: rgb(74,221,37); }
div.DivClassName
{
background-color: #4ADD25;
}
.BgClassName
{
background-color: #4ADD25;
}
</style>
border-color css
<style>
span { border-color: #4ADD25; }
span { border-color: rgb(74,221,37); }
td.TdClassName
{
border-color: #4ADD25;
}
.TagClassName
{
border-color: #4ADD25;
}
</style>