Shades of Lime Green #42FB3D
Tints of Lime Green #42FB3D
RGB
CMYK
RGB Variations
Color information
#42FB3D (or 0x42FB3D) is known color: Lime Green. HEX triplet: 42, FB and 3D. RGB value is (66,251,61). Sum of RGB (Red+Green+Blue) = 66+251+61=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 251 (98.44% from 255 or 66.40% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 251 - color contains mainly: green. Hex color #42FB3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FB3D is #BD04C2. Grayscale: #AEAEAE. Windows color (decimal): -12387523 or 4062018. OLE color: 4062018.
HSL color Cylindrical-coordinate representation of color #42FB3D: hue angle of 118.42º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42FB3D is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 61 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.02 |
| HSL | 118.42º | 0.96% | 0.61% | - |
| HSV(B) | 118.42º | 0.76% | 0.98% | - |
| XYZ | 37.59 | 70.49 | 16.04 | - |
| YUV | 174.03 | 64.21 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 61 | 0.74 | 0 | 0.76 | 0.02 | 118.42 | 0.96 | 0.61 |
| Hex | 42 | FB | 3D | 4A | 0 | 4C | 2 | 76 | 60 | 3D |
| Octal | 102 | 373 | 75 | 112 | 0 | 114 | 2 | 166 | 140 | 75 |
| Binary | 1000010 | 11111011 | 111101 | 1001010 | 0 | 1001100 | 10 | 1110110 | 1100000 | 111101 |
Color Harmonies of #42FB3D
Complementary color
Monochromatic Colors of #42FB3D
Black with #42FB3D
Text Example
Text Example
White with #42FB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FB3D; }
p { color: rgb(66,251,61); }
H1.HeaderClassName
{
color: #42FB3D;
}
.AnyTagClassName
{
color: #42FB3D;
}
</style>
background-color css
<style>
a { background-color: #42FB3D; }
a { background-color: rgb(66,251,61); }
div.DivClassName
{
background-color: #42FB3D;
}
.BgClassName
{
background-color: #42FB3D;
}
</style>
border-color css
<style>
span { border-color: #42FB3D; }
span { border-color: rgb(66,251,61); }
td.TdClassName
{
border-color: #42FB3D;
}
.TagClassName
{
border-color: #42FB3D;
}
</style>