Shades of Lime Green #2BEF3C
Tints of Lime Green #2BEF3C
RGB
CMYK
RGB Variations
Color information
#2BEF3C (or 0x2BEF3C) is known color: Lime Green. HEX triplet: 2B, EF and 3C. RGB value is (43,239,60). Sum of RGB (Red+Green+Blue) = 43+239+60=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 239 (93.75% from 255 or 69.88% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEF3C is #D410C3. Grayscale: #A0A0A0. Windows color (decimal): -13897924 or 3993387. OLE color: 3993387.
HSL color Cylindrical-coordinate representation of color #2BEF3C: hue angle of 125.2º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEF3C is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 60 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.06 |
| HSL | 125.2º | 0.86% | 0.55% | - |
| HSV(B) | 125.2º | 0.82% | 0.94% | - |
| XYZ | 32.68 | 62.57 | 14.63 | - |
| YUV | 159.99 | 71.57 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 60 | 0.82 | 0 | 0.75 | 0.06 | 125.2 | 0.86 | 0.55 |
| Hex | 2B | EF | 3C | 52 | 0 | 4B | 6 | 7D | 56 | 37 |
| Octal | 53 | 357 | 74 | 122 | 0 | 113 | 6 | 175 | 126 | 67 |
| Binary | 101011 | 11101111 | 111100 | 1010010 | 0 | 1001011 | 110 | 1111101 | 1010110 | 110111 |
Color Harmonies of #2BEF3C
Complementary color
Monochromatic Colors of #2BEF3C
Black with #2BEF3C
Text Example
Text Example
White with #2BEF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEF3C; }
p { color: rgb(43,239,60); }
H1.HeaderClassName
{
color: #2BEF3C;
}
.AnyTagClassName
{
color: #2BEF3C;
}
</style>
background-color css
<style>
a { background-color: #2BEF3C; }
a { background-color: rgb(43,239,60); }
div.DivClassName
{
background-color: #2BEF3C;
}
.BgClassName
{
background-color: #2BEF3C;
}
</style>
border-color css
<style>
span { border-color: #2BEF3C; }
span { border-color: rgb(43,239,60); }
td.TdClassName
{
border-color: #2BEF3C;
}
.TagClassName
{
border-color: #2BEF3C;
}
</style>