Shades of Lime Green #26D433
Tints of Lime Green #26D433
RGB
CMYK
RGB Variations
Color information
#26D433 (or 0x26D433) is known color: Lime Green. HEX triplet: 26, D4 and 33. RGB value is (38,212,51). Sum of RGB (Red+Green+Blue) = 38+212+51=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 212 (83.20% from 255 or 70.43% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 212 - color contains mainly: green. Hex color #26D433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D433 is #D92BCC. Grayscale: #8E8E8E. Windows color (decimal): -14232525 or 3396646. OLE color: 3396646.
HSL color Cylindrical-coordinate representation of color #26D433: hue angle of 124.48º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D433 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 212 | 51 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.17 |
| HSL | 124.48º | 0.7% | 0.49% | - |
| HSV(B) | 124.48º | 0.82% | 0.83% | - |
| XYZ | 24.94 | 47.74 | 11.03 | - |
| YUV | 141.62 | 76.85 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 212 | 51 | 0.82 | 0 | 0.76 | 0.17 | 124.48 | 0.7 | 0.49 |
| Hex | 26 | D4 | 33 | 52 | 0 | 4C | 11 | 7C | 46 | 31 |
| Octal | 46 | 324 | 63 | 122 | 0 | 114 | 21 | 174 | 106 | 61 |
| Binary | 100110 | 11010100 | 110011 | 1010010 | 0 | 1001100 | 10001 | 1111100 | 1000110 | 110001 |
Color Harmonies of #26D433
Complementary color
Monochromatic Colors of #26D433
Black with #26D433
Text Example
Text Example
White with #26D433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D433; }
p { color: rgb(38,212,51); }
H1.HeaderClassName
{
color: #26D433;
}
.AnyTagClassName
{
color: #26D433;
}
</style>
background-color css
<style>
a { background-color: #26D433; }
a { background-color: rgb(38,212,51); }
div.DivClassName
{
background-color: #26D433;
}
.BgClassName
{
background-color: #26D433;
}
</style>
border-color css
<style>
span { border-color: #26D433; }
span { border-color: rgb(38,212,51); }
td.TdClassName
{
border-color: #26D433;
}
.TagClassName
{
border-color: #26D433;
}
</style>