Shades of Lime Green #26B73C
Tints of Lime Green #26B73C
RGB
CMYK
RGB Variations
Color information
#26B73C (or 0x26B73C) is known color: Lime Green. HEX triplet: 26, B7 and 3C. RGB value is (38,183,60). Sum of RGB (Red+Green+Blue) = 38+183+60=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 183 (71.88% from 255 or 65.12% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 183 - color contains mainly: green. Hex color #26B73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26B73C is #D948C3. Grayscale: #7D7D7D. Windows color (decimal): -14239940 or 3979046. OLE color: 3979046.
HSL color Cylindrical-coordinate representation of color #26B73C: hue angle of 129.1º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B73C is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 183 | 60 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.28 |
| HSL | 129.1º | 0.66% | 0.43% | - |
| HSV(B) | 129.1º | 0.79% | 0.72% | - |
| XYZ | 18.55 | 34.61 | 9.98 | - |
| YUV | 125.62 | 90.96 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 183 | 60 | 0.79 | 0 | 0.67 | 0.28 | 129.1 | 0.66 | 0.43 |
| Hex | 26 | B7 | 3C | 4F | 0 | 43 | 1C | 81 | 42 | 2B |
| Octal | 46 | 267 | 74 | 117 | 0 | 103 | 34 | 201 | 102 | 53 |
| Binary | 100110 | 10110111 | 111100 | 1001111 | 0 | 1000011 | 11100 | 10000001 | 1000010 | 101011 |
Color Harmonies of #26B73C
Complementary color
Monochromatic Colors of #26B73C
Black with #26B73C
Text Example
Text Example
White with #26B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B73C; }
p { color: rgb(38,183,60); }
H1.HeaderClassName
{
color: #26B73C;
}
.AnyTagClassName
{
color: #26B73C;
}
</style>
background-color css
<style>
a { background-color: #26B73C; }
a { background-color: rgb(38,183,60); }
div.DivClassName
{
background-color: #26B73C;
}
.BgClassName
{
background-color: #26B73C;
}
</style>
border-color css
<style>
span { border-color: #26B73C; }
span { border-color: rgb(38,183,60); }
td.TdClassName
{
border-color: #26B73C;
}
.TagClassName
{
border-color: #26B73C;
}
</style>