Shades of Lime Green #1CC634
Tints of Lime Green #1CC634
RGB
CMYK
RGB Variations
Color information
#1CC634 (or 0x1CC634) is known color: Lime Green. HEX triplet: 1C, C6 and 34. RGB value is (28,198,52). Sum of RGB (Red+Green+Blue) = 28+198+52=278 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.07% from 278); Green value is 198 (77.73% from 255 or 71.22% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC634 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC634 is #E339CB. Grayscale: #828282. Windows color (decimal): -14891468 or 3458588. OLE color: 3458588.
HSL color Cylindrical-coordinate representation of color #1CC634: hue angle of 128.47º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC634 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 198 | 52 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.22 |
| HSL | 128.47º | 0.75% | 0.44% | - |
| HSV(B) | 128.47º | 0.86% | 0.78% | - |
| XYZ | 21.29 | 40.88 | 10.02 | - |
| YUV | 130.53 | 83.68 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 198 | 52 | 0.86 | 0 | 0.74 | 0.22 | 128.47 | 0.75 | 0.44 |
| Hex | 1C | C6 | 34 | 56 | 0 | 4A | 16 | 80 | 4B | 2C |
| Octal | 34 | 306 | 64 | 126 | 0 | 112 | 26 | 200 | 113 | 54 |
| Binary | 11100 | 11000110 | 110100 | 1010110 | 0 | 1001010 | 10110 | 10000000 | 1001011 | 101100 |
Color Harmonies of #1CC634
Complementary color
Monochromatic Colors of #1CC634
Black with #1CC634
Text Example
Text Example
White with #1CC634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC634; }
p { color: rgb(28,198,52); }
H1.HeaderClassName
{
color: #1CC634;
}
.AnyTagClassName
{
color: #1CC634;
}
</style>
background-color css
<style>
a { background-color: #1CC634; }
a { background-color: rgb(28,198,52); }
div.DivClassName
{
background-color: #1CC634;
}
.BgClassName
{
background-color: #1CC634;
}
</style>
border-color css
<style>
span { border-color: #1CC634; }
span { border-color: rgb(28,198,52); }
td.TdClassName
{
border-color: #1CC634;
}
.TagClassName
{
border-color: #1CC634;
}
</style>