Shades of Lime Green #23BF40
Tints of Lime Green #23BF40
RGB
CMYK
RGB Variations
Color information
#23BF40 (or 0x23BF40) is known color: Lime Green. HEX triplet: 23, BF and 40. RGB value is (35,191,64). Sum of RGB (Red+Green+Blue) = 35+191+64=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 191 (75% from 255 or 65.86% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 191 - color contains mainly: green. Hex color #23BF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BF40 is #DC40BF. Grayscale: #828282. Windows color (decimal): -14434496 or 4243235. OLE color: 4243235.
HSL color Cylindrical-coordinate representation of color #23BF40: hue angle of 131.15º 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 #23BF40 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 191 | 64 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.25 |
| HSL | 131.15º | 0.69% | 0.44% | - |
| HSV(B) | 131.15º | 0.82% | 0.75% | - |
| XYZ | 20.25 | 37.99 | 11.12 | - |
| YUV | 129.88 | 90.82 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 191 | 64 | 0.82 | 0 | 0.66 | 0.25 | 131.15 | 0.69 | 0.44 |
| Hex | 23 | BF | 40 | 52 | 0 | 42 | 19 | 83 | 45 | 2C |
| Octal | 43 | 277 | 100 | 122 | 0 | 102 | 31 | 203 | 105 | 54 |
| Binary | 100011 | 10111111 | 1000000 | 1010010 | 0 | 1000010 | 11001 | 10000011 | 1000101 | 101100 |
Color Harmonies of #23BF40
Complementary color
Monochromatic Colors of #23BF40
Black with #23BF40
Text Example
Text Example
White with #23BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BF40; }
p { color: rgb(35,191,64); }
H1.HeaderClassName
{
color: #23BF40;
}
.AnyTagClassName
{
color: #23BF40;
}
</style>
background-color css
<style>
a { background-color: #23BF40; }
a { background-color: rgb(35,191,64); }
div.DivClassName
{
background-color: #23BF40;
}
.BgClassName
{
background-color: #23BF40;
}
</style>
border-color css
<style>
span { border-color: #23BF40; }
span { border-color: rgb(35,191,64); }
td.TdClassName
{
border-color: #23BF40;
}
.TagClassName
{
border-color: #23BF40;
}
</style>