Shades of Lime Green #2ADF3D
Tints of Lime Green #2ADF3D
RGB
CMYK
RGB Variations
Color information
#2ADF3D (or 0x2ADF3D) is known color: Lime Green. HEX triplet: 2A, DF and 3D. RGB value is (42,223,61). Sum of RGB (Red+Green+Blue) = 42+223+61=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 223 (87.5% from 255 or 68.40% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADF3D is #D520C2. Grayscale: #969696. Windows color (decimal): -13967555 or 4054826. OLE color: 4054826.
HSL color Cylindrical-coordinate representation of color #2ADF3D: hue angle of 126.3º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADF3D is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 61 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.13 |
| HSL | 126.3º | 0.74% | 0.52% | - |
| HSV(B) | 126.3º | 0.81% | 0.87% | - |
| XYZ | 28.18 | 53.6 | 13.28 | - |
| YUV | 150.41 | 77.53 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 61 | 0.81 | 0 | 0.73 | 0.13 | 126.3 | 0.74 | 0.52 |
| Hex | 2A | DF | 3D | 51 | 0 | 49 | D | 7E | 4A | 34 |
| Octal | 52 | 337 | 75 | 121 | 0 | 111 | 15 | 176 | 112 | 64 |
| Binary | 101010 | 11011111 | 111101 | 1010001 | 0 | 1001001 | 1101 | 1111110 | 1001010 | 110100 |
Color Harmonies of #2ADF3D
Complementary color
Monochromatic Colors of #2ADF3D
Black with #2ADF3D
Text Example
Text Example
White with #2ADF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADF3D; }
p { color: rgb(42,223,61); }
H1.HeaderClassName
{
color: #2ADF3D;
}
.AnyTagClassName
{
color: #2ADF3D;
}
</style>
background-color css
<style>
a { background-color: #2ADF3D; }
a { background-color: rgb(42,223,61); }
div.DivClassName
{
background-color: #2ADF3D;
}
.BgClassName
{
background-color: #2ADF3D;
}
</style>
border-color css
<style>
span { border-color: #2ADF3D; }
span { border-color: rgb(42,223,61); }
td.TdClassName
{
border-color: #2ADF3D;
}
.TagClassName
{
border-color: #2ADF3D;
}
</style>