Shades of Lime Green #23C235
Tints of Lime Green #23C235
RGB
CMYK
RGB Variations
Color information
#23C235 (or 0x23C235) is known color: Lime Green. HEX triplet: 23, C2 and 35. RGB value is (35,194,53). Sum of RGB (Red+Green+Blue) = 35+194+53=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 194 (76.17% from 255 or 68.79% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 194 - color contains mainly: green. Hex color #23C235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C235 is #DC3DCA. Grayscale: #828282. Windows color (decimal): -14433739 or 3523107. OLE color: 3523107.
HSL color Cylindrical-coordinate representation of color #23C235: hue angle of 126.79º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C235 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 194 | 53 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.24 |
| HSL | 126.79º | 0.69% | 0.45% | - |
| HSV(B) | 126.79º | 0.82% | 0.76% | - |
| XYZ | 20.63 | 39.2 | 9.85 | - |
| YUV | 130.39 | 84.32 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 194 | 53 | 0.82 | 0 | 0.73 | 0.24 | 126.79 | 0.69 | 0.45 |
| Hex | 23 | C2 | 35 | 52 | 0 | 49 | 18 | 7F | 45 | 2D |
| Octal | 43 | 302 | 65 | 122 | 0 | 111 | 30 | 177 | 105 | 55 |
| Binary | 100011 | 11000010 | 110101 | 1010010 | 0 | 1001001 | 11000 | 1111111 | 1000101 | 101101 |
Color Harmonies of #23C235
Complementary color
Monochromatic Colors of #23C235
Black with #23C235
Text Example
Text Example
White with #23C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C235; }
p { color: rgb(35,194,53); }
H1.HeaderClassName
{
color: #23C235;
}
.AnyTagClassName
{
color: #23C235;
}
</style>
background-color css
<style>
a { background-color: #23C235; }
a { background-color: rgb(35,194,53); }
div.DivClassName
{
background-color: #23C235;
}
.BgClassName
{
background-color: #23C235;
}
</style>
border-color css
<style>
span { border-color: #23C235; }
span { border-color: rgb(35,194,53); }
td.TdClassName
{
border-color: #23C235;
}
.TagClassName
{
border-color: #23C235;
}
</style>