Shades of Lime Green #23C339
Tints of Lime Green #23C339
RGB
CMYK
RGB Variations
Color information
#23C339 (or 0x23C339) is known color: Lime Green. HEX triplet: 23, C3 and 39. RGB value is (35,195,57). Sum of RGB (Red+Green+Blue) = 35+195+57=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 195 (76.56% from 255 or 67.94% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 195 - color contains mainly: green. Hex color #23C339 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C339 is #DC3CC6. Grayscale: #838383. Windows color (decimal): -14433479 or 3785507. OLE color: 3785507.
HSL color Cylindrical-coordinate representation of color #23C339: hue angle of 128.25º degrees, saturation: 0.7, 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 #23C339 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 195 | 57 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.24 |
| HSL | 128.25º | 0.7% | 0.45% | - |
| HSV(B) | 128.25º | 0.82% | 0.76% | - |
| XYZ | 20.95 | 39.68 | 10.43 | - |
| YUV | 131.43 | 85.99 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 195 | 57 | 0.82 | 0 | 0.71 | 0.24 | 128.25 | 0.7 | 0.45 |
| Hex | 23 | C3 | 39 | 52 | 0 | 47 | 18 | 80 | 46 | 2D |
| Octal | 43 | 303 | 71 | 122 | 0 | 107 | 30 | 200 | 106 | 55 |
| Binary | 100011 | 11000011 | 111001 | 1010010 | 0 | 1000111 | 11000 | 10000000 | 1000110 | 101101 |
Color Harmonies of #23C339
Complementary color
Monochromatic Colors of #23C339
Black with #23C339
Text Example
Text Example
White with #23C339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C339; }
p { color: rgb(35,195,57); }
H1.HeaderClassName
{
color: #23C339;
}
.AnyTagClassName
{
color: #23C339;
}
</style>
background-color css
<style>
a { background-color: #23C339; }
a { background-color: rgb(35,195,57); }
div.DivClassName
{
background-color: #23C339;
}
.BgClassName
{
background-color: #23C339;
}
</style>
border-color css
<style>
span { border-color: #23C339; }
span { border-color: rgb(35,195,57); }
td.TdClassName
{
border-color: #23C339;
}
.TagClassName
{
border-color: #23C339;
}
</style>