Shades of Lime Green #23CF42
Tints of Lime Green #23CF42
RGB
CMYK
RGB Variations
Color information
#23CF42 (or 0x23CF42) is known color: Lime Green. HEX triplet: 23, CF and 42. RGB value is (35,207,66). Sum of RGB (Red+Green+Blue) = 35+207+66=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 207 (81.25% from 255 or 67.21% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 207 - color contains mainly: green. Hex color #23CF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CF42 is #DC30BD. Grayscale: #8B8B8B. Windows color (decimal): -14430398 or 4378403. OLE color: 4378403.
HSL color Cylindrical-coordinate representation of color #23CF42: hue angle of 130.81º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CF42 is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 207 | 66 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.19 |
| HSL | 130.81º | 0.71% | 0.47% | - |
| HSV(B) | 130.81º | 0.83% | 0.81% | - |
| XYZ | 23.99 | 45.38 | 12.65 | - |
| YUV | 139.5 | 86.52 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 207 | 66 | 0.83 | 0 | 0.68 | 0.19 | 130.81 | 0.71 | 0.47 |
| Hex | 23 | CF | 42 | 53 | 0 | 44 | 13 | 83 | 47 | 2F |
| Octal | 43 | 317 | 102 | 123 | 0 | 104 | 23 | 203 | 107 | 57 |
| Binary | 100011 | 11001111 | 1000010 | 1010011 | 0 | 1000100 | 10011 | 10000011 | 1000111 | 101111 |
Color Harmonies of #23CF42
Complementary color
Monochromatic Colors of #23CF42
Black with #23CF42
Text Example
Text Example
White with #23CF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CF42; }
p { color: rgb(35,207,66); }
H1.HeaderClassName
{
color: #23CF42;
}
.AnyTagClassName
{
color: #23CF42;
}
</style>
background-color css
<style>
a { background-color: #23CF42; }
a { background-color: rgb(35,207,66); }
div.DivClassName
{
background-color: #23CF42;
}
.BgClassName
{
background-color: #23CF42;
}
</style>
border-color css
<style>
span { border-color: #23CF42; }
span { border-color: rgb(35,207,66); }
td.TdClassName
{
border-color: #23CF42;
}
.TagClassName
{
border-color: #23CF42;
}
</style>