Shades of Lime Green #23BE2B
Tints of Lime Green #23BE2B
RGB
CMYK
RGB Variations
Color information
#23BE2B (or 0x23BE2B) is known color: Lime Green. HEX triplet: 23, BE and 2B. RGB value is (35,190,43). Sum of RGB (Red+Green+Blue) = 35+190+43=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 190 (74.61% from 255 or 70.90% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 190 - color contains mainly: green. Hex color #23BE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BE2B is #DC41D4. Grayscale: #7F7F7F. Windows color (decimal): -14434773 or 2866723. OLE color: 2866723.
HSL color Cylindrical-coordinate representation of color #23BE2B: hue angle of 123.1º 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 #23BE2B is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 190 | 43 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.25 |
| HSL | 123.1º | 0.69% | 0.44% | - |
| HSV(B) | 123.1º | 0.82% | 0.75% | - |
| XYZ | 19.54 | 37.36 | 8.47 | - |
| YUV | 126.9 | 80.65 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 190 | 43 | 0.82 | 0 | 0.77 | 0.25 | 123.1 | 0.69 | 0.44 |
| Hex | 23 | BE | 2B | 52 | 0 | 4D | 19 | 7B | 45 | 2C |
| Octal | 43 | 276 | 53 | 122 | 0 | 115 | 31 | 173 | 105 | 54 |
| Binary | 100011 | 10111110 | 101011 | 1010010 | 0 | 1001101 | 11001 | 1111011 | 1000101 | 101100 |
Color Harmonies of #23BE2B
Complementary color
Monochromatic Colors of #23BE2B
Black with #23BE2B
Text Example
Text Example
White with #23BE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BE2B; }
p { color: rgb(35,190,43); }
H1.HeaderClassName
{
color: #23BE2B;
}
.AnyTagClassName
{
color: #23BE2B;
}
</style>
background-color css
<style>
a { background-color: #23BE2B; }
a { background-color: rgb(35,190,43); }
div.DivClassName
{
background-color: #23BE2B;
}
.BgClassName
{
background-color: #23BE2B;
}
</style>
border-color css
<style>
span { border-color: #23BE2B; }
span { border-color: rgb(35,190,43); }
td.TdClassName
{
border-color: #23BE2B;
}
.TagClassName
{
border-color: #23BE2B;
}
</style>