Shades of Lime Green #23C925
Tints of Lime Green #23C925
RGB
CMYK
RGB Variations
Color information
#23C925 (or 0x23C925) is known color: Lime Green. HEX triplet: 23, C9 and 25. RGB value is (35,201,37). Sum of RGB (Red+Green+Blue) = 35+201+37=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 201 (78.91% from 255 or 73.63% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 201 - color contains mainly: green. Hex color #23C925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C925 is #DC36DA. Grayscale: #858585. Windows color (decimal): -14431963 or 2476323. OLE color: 2476323.
HSL color Cylindrical-coordinate representation of color #23C925: hue angle of 120.72º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23C925 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 201 | 37 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.21 |
| HSL | 120.72º | 0.7% | 0.46% | - |
| HSV(B) | 120.72º | 0.83% | 0.79% | - |
| XYZ | 21.91 | 42.26 | 8.75 | - |
| YUV | 132.67 | 74 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 201 | 37 | 0.83 | 0 | 0.82 | 0.21 | 120.72 | 0.7 | 0.46 |
| Hex | 23 | C9 | 25 | 53 | 0 | 52 | 15 | 79 | 46 | 2E |
| Octal | 43 | 311 | 45 | 123 | 0 | 122 | 25 | 171 | 106 | 56 |
| Binary | 100011 | 11001001 | 100101 | 1010011 | 0 | 1010010 | 10101 | 1111001 | 1000110 | 101110 |
Color Harmonies of #23C925
Complementary color
Monochromatic Colors of #23C925
Black with #23C925
Text Example
Text Example
White with #23C925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C925; }
p { color: rgb(35,201,37); }
H1.HeaderClassName
{
color: #23C925;
}
.AnyTagClassName
{
color: #23C925;
}
</style>
background-color css
<style>
a { background-color: #23C925; }
a { background-color: rgb(35,201,37); }
div.DivClassName
{
background-color: #23C925;
}
.BgClassName
{
background-color: #23C925;
}
</style>
border-color css
<style>
span { border-color: #23C925; }
span { border-color: rgb(35,201,37); }
td.TdClassName
{
border-color: #23C925;
}
.TagClassName
{
border-color: #23C925;
}
</style>