Shades of Lime Green #23BF2A
Tints of Lime Green #23BF2A
RGB
CMYK
RGB Variations
Color information
#23BF2A (or 0x23BF2A) is known color: Lime Green. HEX triplet: 23, BF and 2A. RGB value is (35,191,42). Sum of RGB (Red+Green+Blue) = 35+191+42=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 191 (75% from 255 or 71.27% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 191 - color contains mainly: green. Hex color #23BF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BF2A is #DC40D5. Grayscale: #7F7F7F. Windows color (decimal): -14434518 or 2801443. OLE color: 2801443.
HSL color Cylindrical-coordinate representation of color #23BF2A: hue angle of 122.69º 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 #23BF2A is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 191 | 42 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.25 |
| HSL | 122.69º | 0.69% | 0.44% | - |
| HSV(B) | 122.69º | 0.82% | 0.75% | - |
| XYZ | 19.74 | 37.79 | 8.44 | - |
| YUV | 127.37 | 79.82 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 191 | 42 | 0.82 | 0 | 0.78 | 0.25 | 122.69 | 0.69 | 0.44 |
| Hex | 23 | BF | 2A | 52 | 0 | 4E | 19 | 7B | 45 | 2C |
| Octal | 43 | 277 | 52 | 122 | 0 | 116 | 31 | 173 | 105 | 54 |
| Binary | 100011 | 10111111 | 101010 | 1010010 | 0 | 1001110 | 11001 | 1111011 | 1000101 | 101100 |
Color Harmonies of #23BF2A
Complementary color
Monochromatic Colors of #23BF2A
Black with #23BF2A
Text Example
Text Example
White with #23BF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BF2A; }
p { color: rgb(35,191,42); }
H1.HeaderClassName
{
color: #23BF2A;
}
.AnyTagClassName
{
color: #23BF2A;
}
</style>
background-color css
<style>
a { background-color: #23BF2A; }
a { background-color: rgb(35,191,42); }
div.DivClassName
{
background-color: #23BF2A;
}
.BgClassName
{
background-color: #23BF2A;
}
</style>
border-color css
<style>
span { border-color: #23BF2A; }
span { border-color: rgb(35,191,42); }
td.TdClassName
{
border-color: #23BF2A;
}
.TagClassName
{
border-color: #23BF2A;
}
</style>