Shades of Lime Green #2BF23C
Tints of Lime Green #2BF23C
RGB
CMYK
RGB Variations
Color information
#2BF23C (or 0x2BF23C) is known color: Lime Green. HEX triplet: 2B, F2 and 3C. RGB value is (43,242,60). Sum of RGB (Red+Green+Blue) = 43+242+60=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 242 (94.92% from 255 or 70.14% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 242 - color contains mainly: green. Hex color #2BF23C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF23C is #D40DC3. Grayscale: #A2A2A2. Windows color (decimal): -13897156 or 3994155. OLE color: 3994155.
HSL color Cylindrical-coordinate representation of color #2BF23C: hue angle of 125.13º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF23C is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 242 | 60 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.05 |
| HSL | 125.13º | 0.88% | 0.56% | - |
| HSV(B) | 125.13º | 0.82% | 0.95% | - |
| XYZ | 33.56 | 64.34 | 14.93 | - |
| YUV | 161.75 | 70.57 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 242 | 60 | 0.82 | 0 | 0.75 | 0.05 | 125.13 | 0.88 | 0.56 |
| Hex | 2B | F2 | 3C | 52 | 0 | 4B | 5 | 7D | 58 | 38 |
| Octal | 53 | 362 | 74 | 122 | 0 | 113 | 5 | 175 | 130 | 70 |
| Binary | 101011 | 11110010 | 111100 | 1010010 | 0 | 1001011 | 101 | 1111101 | 1011000 | 111000 |
Color Harmonies of #2BF23C
Complementary color
Monochromatic Colors of #2BF23C
Black with #2BF23C
Text Example
Text Example
White with #2BF23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF23C; }
p { color: rgb(43,242,60); }
H1.HeaderClassName
{
color: #2BF23C;
}
.AnyTagClassName
{
color: #2BF23C;
}
</style>
background-color css
<style>
a { background-color: #2BF23C; }
a { background-color: rgb(43,242,60); }
div.DivClassName
{
background-color: #2BF23C;
}
.BgClassName
{
background-color: #2BF23C;
}
</style>
border-color css
<style>
span { border-color: #2BF23C; }
span { border-color: rgb(43,242,60); }
td.TdClassName
{
border-color: #2BF23C;
}
.TagClassName
{
border-color: #2BF23C;
}
</style>