Shades of Lime Green #23BF28
Tints of Lime Green #23BF28
RGB
CMYK
RGB Variations
Color information
#23BF28 (or 0x23BF28) is known color: Lime Green. HEX triplet: 23, BF and 28. RGB value is (35,191,40). Sum of RGB (Red+Green+Blue) = 35+191+40=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 191 (75% from 255 or 71.80% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 191 - color contains mainly: green. Hex color #23BF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BF28 is #DC40D7. Grayscale: #7F7F7F. Windows color (decimal): -14434520 or 2670371. OLE color: 2670371.
HSL color Cylindrical-coordinate representation of color #23BF28: hue angle of 121.92º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23BF28 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 191 | 40 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.25 |
| HSL | 121.92º | 0.69% | 0.44% | - |
| HSV(B) | 121.92º | 0.82% | 0.75% | - |
| XYZ | 19.71 | 37.77 | 8.26 | - |
| YUV | 127.14 | 78.82 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 191 | 40 | 0.82 | 0 | 0.79 | 0.25 | 121.92 | 0.69 | 0.44 |
| Hex | 23 | BF | 28 | 52 | 0 | 4F | 19 | 7A | 45 | 2C |
| Octal | 43 | 277 | 50 | 122 | 0 | 117 | 31 | 172 | 105 | 54 |
| Binary | 100011 | 10111111 | 101000 | 1010010 | 0 | 1001111 | 11001 | 1111010 | 1000101 | 101100 |
Color Harmonies of #23BF28
Complementary color
Monochromatic Colors of #23BF28
Black with #23BF28
Text Example
Text Example
White with #23BF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BF28; }
p { color: rgb(35,191,40); }
H1.HeaderClassName
{
color: #23BF28;
}
.AnyTagClassName
{
color: #23BF28;
}
</style>
background-color css
<style>
a { background-color: #23BF28; }
a { background-color: rgb(35,191,40); }
div.DivClassName
{
background-color: #23BF28;
}
.BgClassName
{
background-color: #23BF28;
}
</style>
border-color css
<style>
span { border-color: #23BF28; }
span { border-color: rgb(35,191,40); }
td.TdClassName
{
border-color: #23BF28;
}
.TagClassName
{
border-color: #23BF28;
}
</style>