Shades of Lime Green #23C02F
Tints of Lime Green #23C02F
RGB
CMYK
RGB Variations
Color information
#23C02F (or 0x23C02F) is known color: Lime Green. HEX triplet: 23, C0 and 2F. RGB value is (35,192,47). Sum of RGB (Red+Green+Blue) = 35+192+47=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 192 (75.39% from 255 or 70.07% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 192 - color contains mainly: green. Hex color #23C02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C02F is #DC3FD0. Grayscale: #808080. Windows color (decimal): -14434257 or 3129379. OLE color: 3129379.
HSL color Cylindrical-coordinate representation of color #23C02F: hue angle of 124.59º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C02F is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 192 | 47 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.25 |
| HSL | 124.59º | 0.69% | 0.45% | - |
| HSV(B) | 124.59º | 0.82% | 0.75% | - |
| XYZ | 20.06 | 38.26 | 9.02 | - |
| YUV | 128.53 | 81.99 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 192 | 47 | 0.82 | 0 | 0.76 | 0.25 | 124.59 | 0.69 | 0.45 |
| Hex | 23 | C0 | 2F | 52 | 0 | 4C | 19 | 7D | 45 | 2D |
| Octal | 43 | 300 | 57 | 122 | 0 | 114 | 31 | 175 | 105 | 55 |
| Binary | 100011 | 11000000 | 101111 | 1010010 | 0 | 1001100 | 11001 | 1111101 | 1000101 | 101101 |
Color Harmonies of #23C02F
Complementary color
Monochromatic Colors of #23C02F
Black with #23C02F
Text Example
Text Example
White with #23C02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C02F; }
p { color: rgb(35,192,47); }
H1.HeaderClassName
{
color: #23C02F;
}
.AnyTagClassName
{
color: #23C02F;
}
</style>
background-color css
<style>
a { background-color: #23C02F; }
a { background-color: rgb(35,192,47); }
div.DivClassName
{
background-color: #23C02F;
}
.BgClassName
{
background-color: #23C02F;
}
</style>
border-color css
<style>
span { border-color: #23C02F; }
span { border-color: rgb(35,192,47); }
td.TdClassName
{
border-color: #23C02F;
}
.TagClassName
{
border-color: #23C02F;
}
</style>