Shades of Lime Green #2ADF34
Tints of Lime Green #2ADF34
RGB
CMYK
RGB Variations
Color information
#2ADF34 (or 0x2ADF34) is known color: Lime Green. HEX triplet: 2A, DF and 34. RGB value is (42,223,52). Sum of RGB (Red+Green+Blue) = 42+223+52=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 223 (87.5% from 255 or 70.35% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADF34 is #D520CB. Grayscale: #959595. Windows color (decimal): -13967564 or 3465002. OLE color: 3465002.
HSL color Cylindrical-coordinate representation of color #2ADF34: hue angle of 123.31º 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 #2ADF34 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 52 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.13 |
| HSL | 123.31º | 0.74% | 0.52% | - |
| HSV(B) | 123.31º | 0.81% | 0.87% | - |
| XYZ | 27.96 | 53.52 | 12.1 | - |
| YUV | 149.39 | 73.03 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 52 | 0.81 | 0 | 0.77 | 0.13 | 123.31 | 0.74 | 0.52 |
| Hex | 2A | DF | 34 | 51 | 0 | 4D | D | 7B | 4A | 34 |
| Octal | 52 | 337 | 64 | 121 | 0 | 115 | 15 | 173 | 112 | 64 |
| Binary | 101010 | 11011111 | 110100 | 1010001 | 0 | 1001101 | 1101 | 1111011 | 1001010 | 110100 |
Color Harmonies of #2ADF34
Complementary color
Monochromatic Colors of #2ADF34
Black with #2ADF34
Text Example
Text Example
White with #2ADF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADF34; }
p { color: rgb(42,223,52); }
H1.HeaderClassName
{
color: #2ADF34;
}
.AnyTagClassName
{
color: #2ADF34;
}
</style>
background-color css
<style>
a { background-color: #2ADF34; }
a { background-color: rgb(42,223,52); }
div.DivClassName
{
background-color: #2ADF34;
}
.BgClassName
{
background-color: #2ADF34;
}
</style>
border-color css
<style>
span { border-color: #2ADF34; }
span { border-color: rgb(42,223,52); }
td.TdClassName
{
border-color: #2ADF34;
}
.TagClassName
{
border-color: #2ADF34;
}
</style>