Shades of Lime Green #23B12A
Tints of Lime Green #23B12A
RGB
CMYK
RGB Variations
Color information
#23B12A (or 0x23B12A) is known color: Lime Green. HEX triplet: 23, B1 and 2A. RGB value is (35,177,42). Sum of RGB (Red+Green+Blue) = 35+177+42=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 177 (69.53% from 255 or 69.69% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 177 - color contains mainly: green. Hex color #23B12A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23B12A is #DC4ED5. Grayscale: #777777. Windows color (decimal): -14438102 or 2797859. OLE color: 2797859.
HSL color Cylindrical-coordinate representation of color #23B12A: hue angle of 122.96º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B12A is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 177 | 42 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.31 |
| HSL | 122.96º | 0.67% | 0.42% | - |
| HSV(B) | 122.96º | 0.8% | 0.69% | - |
| XYZ | 16.83 | 31.97 | 7.47 | - |
| YUV | 119.15 | 84.46 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 177 | 42 | 0.80 | 0 | 0.76 | 0.31 | 122.96 | 0.67 | 0.42 |
| Hex | 23 | B1 | 2A | 50 | 0 | 4C | 1F | 7B | 43 | 2A |
| Octal | 43 | 261 | 52 | 120 | 0 | 114 | 37 | 173 | 103 | 52 |
| Binary | 100011 | 10110001 | 101010 | 1010000 | 0 | 1001100 | 11111 | 1111011 | 1000011 | 101010 |
Color Harmonies of #23B12A
Complementary color
Monochromatic Colors of #23B12A
Black with #23B12A
Text Example
Text Example
White with #23B12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B12A; }
p { color: rgb(35,177,42); }
H1.HeaderClassName
{
color: #23B12A;
}
.AnyTagClassName
{
color: #23B12A;
}
</style>
background-color css
<style>
a { background-color: #23B12A; }
a { background-color: rgb(35,177,42); }
div.DivClassName
{
background-color: #23B12A;
}
.BgClassName
{
background-color: #23B12A;
}
</style>
border-color css
<style>
span { border-color: #23B12A; }
span { border-color: rgb(35,177,42); }
td.TdClassName
{
border-color: #23B12A;
}
.TagClassName
{
border-color: #23B12A;
}
</style>