Shades of Lime Green #23BE42
Tints of Lime Green #23BE42
RGB
CMYK
RGB Variations
Color information
#23BE42 (or 0x23BE42) is known color: Lime Green. HEX triplet: 23, BE and 42. RGB value is (35,190,66). Sum of RGB (Red+Green+Blue) = 35+190+66=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 190 (74.61% from 255 or 65.29% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 190 - color contains mainly: green. Hex color #23BE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BE42 is #DC41BD. Grayscale: #818181. Windows color (decimal): -14434750 or 4374051. OLE color: 4374051.
HSL color Cylindrical-coordinate representation of color #23BE42: hue angle of 132º 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 #23BE42 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 190 | 66 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.25 |
| HSL | 132º | 0.69% | 0.44% | - |
| HSV(B) | 132º | 0.82% | 0.75% | - |
| XYZ | 20.09 | 37.58 | 11.35 | - |
| YUV | 129.52 | 92.15 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 190 | 66 | 0.82 | 0 | 0.65 | 0.25 | 132 | 0.69 | 0.44 |
| Hex | 23 | BE | 42 | 52 | 0 | 41 | 19 | 84 | 45 | 2C |
| Octal | 43 | 276 | 102 | 122 | 0 | 101 | 31 | 204 | 105 | 54 |
| Binary | 100011 | 10111110 | 1000010 | 1010010 | 0 | 1000001 | 11001 | 10000100 | 1000101 | 101100 |
Color Harmonies of #23BE42
Complementary color
Monochromatic Colors of #23BE42
Black with #23BE42
Text Example
Text Example
White with #23BE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BE42; }
p { color: rgb(35,190,66); }
H1.HeaderClassName
{
color: #23BE42;
}
.AnyTagClassName
{
color: #23BE42;
}
</style>
background-color css
<style>
a { background-color: #23BE42; }
a { background-color: rgb(35,190,66); }
div.DivClassName
{
background-color: #23BE42;
}
.BgClassName
{
background-color: #23BE42;
}
</style>
border-color css
<style>
span { border-color: #23BE42; }
span { border-color: rgb(35,190,66); }
td.TdClassName
{
border-color: #23BE42;
}
.TagClassName
{
border-color: #23BE42;
}
</style>