Shades of Lime Green #26CE2A
Tints of Lime Green #26CE2A
RGB
CMYK
RGB Variations
Color information
#26CE2A (or 0x26CE2A) is known color: Lime Green. HEX triplet: 26, CE and 2A. RGB value is (38,206,42). Sum of RGB (Red+Green+Blue) = 38+206+42=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 206 (80.86% from 255 or 72.03% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 206 - color contains mainly: green. Hex color #26CE2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CE2A is #D931D5. Grayscale: #898989. Windows color (decimal): -14234070 or 2805286. OLE color: 2805286.
HSL color Cylindrical-coordinate representation of color #26CE2A: hue angle of 121.43º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26CE2A is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 206 | 42 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.19 |
| HSL | 121.43º | 0.69% | 0.48% | - |
| HSV(B) | 121.43º | 0.82% | 0.81% | - |
| XYZ | 23.29 | 44.72 | 9.6 | - |
| YUV | 137.07 | 74.34 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 206 | 42 | 0.82 | 0 | 0.80 | 0.19 | 121.43 | 0.69 | 0.48 |
| Hex | 26 | CE | 2A | 52 | 0 | 50 | 13 | 79 | 45 | 30 |
| Octal | 46 | 316 | 52 | 122 | 0 | 120 | 23 | 171 | 105 | 60 |
| Binary | 100110 | 11001110 | 101010 | 1010010 | 0 | 1010000 | 10011 | 1111001 | 1000101 | 110000 |
Color Harmonies of #26CE2A
Complementary color
Monochromatic Colors of #26CE2A
Black with #26CE2A
Text Example
Text Example
White with #26CE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CE2A; }
p { color: rgb(38,206,42); }
H1.HeaderClassName
{
color: #26CE2A;
}
.AnyTagClassName
{
color: #26CE2A;
}
</style>
background-color css
<style>
a { background-color: #26CE2A; }
a { background-color: rgb(38,206,42); }
div.DivClassName
{
background-color: #26CE2A;
}
.BgClassName
{
background-color: #26CE2A;
}
</style>
border-color css
<style>
span { border-color: #26CE2A; }
span { border-color: rgb(38,206,42); }
td.TdClassName
{
border-color: #26CE2A;
}
.TagClassName
{
border-color: #26CE2A;
}
</style>