Shades of Lime Green #2BDA1E
Tints of Lime Green #2BDA1E
RGB
CMYK
RGB Variations
Color information
#2BDA1E (or 0x2BDA1E) is known color: Lime Green. HEX triplet: 2B, DA and 1E. RGB value is (43,218,30). Sum of RGB (Red+Green+Blue) = 43+218+30=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 218 (85.55% from 255 or 74.91% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDA1E is #D425E1. Grayscale: #909090. Windows color (decimal): -13903330 or 2021931. OLE color: 2021931.
HSL color Cylindrical-coordinate representation of color #2BDA1E: hue angle of 115.85º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BDA1E is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 30 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.15 |
| HSL | 115.85º | 0.76% | 0.49% | - |
| HSV(B) | 115.85º | 0.86% | 0.85% | - |
| XYZ | 26.3 | 50.75 | 9.64 | - |
| YUV | 144.24 | 63.52 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 30 | 0.80 | 0 | 0.86 | 0.15 | 115.85 | 0.76 | 0.49 |
| Hex | 2B | DA | 1E | 50 | 0 | 56 | F | 74 | 4C | 31 |
| Octal | 53 | 332 | 36 | 120 | 0 | 126 | 17 | 164 | 114 | 61 |
| Binary | 101011 | 11011010 | 11110 | 1010000 | 0 | 1010110 | 1111 | 1110100 | 1001100 | 110001 |
Color Harmonies of #2BDA1E
Complementary color
Monochromatic Colors of #2BDA1E
Black with #2BDA1E
Text Example
Text Example
White with #2BDA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA1E; }
p { color: rgb(43,218,30); }
H1.HeaderClassName
{
color: #2BDA1E;
}
.AnyTagClassName
{
color: #2BDA1E;
}
</style>
background-color css
<style>
a { background-color: #2BDA1E; }
a { background-color: rgb(43,218,30); }
div.DivClassName
{
background-color: #2BDA1E;
}
.BgClassName
{
background-color: #2BDA1E;
}
</style>
border-color css
<style>
span { border-color: #2BDA1E; }
span { border-color: rgb(43,218,30); }
td.TdClassName
{
border-color: #2BDA1E;
}
.TagClassName
{
border-color: #2BDA1E;
}
</style>