Shades of Lime Green #42BF3C
Tints of Lime Green #42BF3C
RGB
CMYK
RGB Variations
Color information
#42BF3C (or 0x42BF3C) is known color: Lime Green. HEX triplet: 42, BF and 3C. RGB value is (66,191,60). Sum of RGB (Red+Green+Blue) = 66+191+60=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BF3C is #BD40C3. Grayscale: #8B8B8B. Windows color (decimal): -12402884 or 3981122. OLE color: 3981122.
HSL color Cylindrical-coordinate representation of color #42BF3C: hue angle of 117.25º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42BF3C is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 191 | 60 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.25 |
| HSL | 117.25º | 0.52% | 0.49% | - |
| HSV(B) | 117.25º | 0.69% | 0.75% | - |
| XYZ | 21.69 | 38.75 | 10.61 | - |
| YUV | 138.69 | 83.59 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 60 | 0.65 | 0 | 0.69 | 0.25 | 117.25 | 0.52 | 0.49 |
| Hex | 42 | BF | 3C | 41 | 0 | 45 | 19 | 75 | 34 | 31 |
| Octal | 102 | 277 | 74 | 101 | 0 | 105 | 31 | 165 | 64 | 61 |
| Binary | 1000010 | 10111111 | 111100 | 1000001 | 0 | 1000101 | 11001 | 1110101 | 110100 | 110001 |
Color Harmonies of #42BF3C
Complementary color
Monochromatic Colors of #42BF3C
Black with #42BF3C
Text Example
Text Example
White with #42BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BF3C; }
p { color: rgb(66,191,60); }
H1.HeaderClassName
{
color: #42BF3C;
}
.AnyTagClassName
{
color: #42BF3C;
}
</style>
background-color css
<style>
a { background-color: #42BF3C; }
a { background-color: rgb(66,191,60); }
div.DivClassName
{
background-color: #42BF3C;
}
.BgClassName
{
background-color: #42BF3C;
}
</style>
border-color css
<style>
span { border-color: #42BF3C; }
span { border-color: rgb(66,191,60); }
td.TdClassName
{
border-color: #42BF3C;
}
.TagClassName
{
border-color: #42BF3C;
}
</style>