Shades of Lime Green #1CD23B
Tints of Lime Green #1CD23B
RGB
CMYK
RGB Variations
Color information
#1CD23B (or 0x1CD23B) is known color: Lime Green. HEX triplet: 1C, D2 and 3B. RGB value is (28,210,59). Sum of RGB (Red+Green+Blue) = 28+210+59=297 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.43% from 297); Green value is 210 (82.42% from 255 or 70.71% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 210 - color contains mainly: green. Hex color #1CD23B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD23B is #E32DC4. Grayscale: #8A8A8A. Windows color (decimal): -14888389 or 3920412. OLE color: 3920412.
HSL color Cylindrical-coordinate representation of color #1CD23B: hue angle of 130.22º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD23B is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 210 | 59 | - |
| CMYK | 0.87 | 0 | 0.72 | 0.18 |
| HSL | 130.22º | 0.76% | 0.47% | - |
| HSV(B) | 130.22º | 0.87% | 0.82% | - |
| XYZ | 24.31 | 46.66 | 11.86 | - |
| YUV | 138.37 | 83.2 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 210 | 59 | 0.87 | 0 | 0.72 | 0.18 | 130.22 | 0.76 | 0.47 |
| Hex | 1C | D2 | 3B | 57 | 0 | 48 | 12 | 82 | 4C | 2F |
| Octal | 34 | 322 | 73 | 127 | 0 | 110 | 22 | 202 | 114 | 57 |
| Binary | 11100 | 11010010 | 111011 | 1010111 | 0 | 1001000 | 10010 | 10000010 | 1001100 | 101111 |
Color Harmonies of #1CD23B
Complementary color
Monochromatic Colors of #1CD23B
Black with #1CD23B
Text Example
Text Example
White with #1CD23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD23B; }
p { color: rgb(28,210,59); }
H1.HeaderClassName
{
color: #1CD23B;
}
.AnyTagClassName
{
color: #1CD23B;
}
</style>
background-color css
<style>
a { background-color: #1CD23B; }
a { background-color: rgb(28,210,59); }
div.DivClassName
{
background-color: #1CD23B;
}
.BgClassName
{
background-color: #1CD23B;
}
</style>
border-color css
<style>
span { border-color: #1CD23B; }
span { border-color: rgb(28,210,59); }
td.TdClassName
{
border-color: #1CD23B;
}
.TagClassName
{
border-color: #1CD23B;
}
</style>