Shades of Lime Green #43F63D
Tints of Lime Green #43F63D
RGB
CMYK
RGB Variations
Color information
#43F63D (or 0x43F63D) is known color: Lime Green. HEX triplet: 43, F6 and 3D. RGB value is (67,246,61). Sum of RGB (Red+Green+Blue) = 67+246+61=374 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.91% from 374); Green value is 246 (96.48% from 255 or 65.78% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 246 - color contains mainly: green. Hex color #43F63D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43F63D is #BC09C2. Grayscale: #ABABAB. Windows color (decimal): -12323267 or 4060739. OLE color: 4060739.
HSL color Cylindrical-coordinate representation of color #43F63D: hue angle of 118.05º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43F63D is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 67 | 246 | 61 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.04 |
| HSL | 118.05º | 0.91% | 0.6% | - |
| HSV(B) | 118.05º | 0.75% | 0.96% | - |
| XYZ | 36.11 | 67.44 | 15.53 | - |
| YUV | 171.39 | 65.7 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 246 | 61 | 0.73 | 0 | 0.75 | 0.04 | 118.05 | 0.91 | 0.6 |
| Hex | 43 | F6 | 3D | 49 | 0 | 4B | 4 | 76 | 5B | 3C |
| Octal | 103 | 366 | 75 | 111 | 0 | 113 | 4 | 166 | 133 | 74 |
| Binary | 1000011 | 11110110 | 111101 | 1001001 | 0 | 1001011 | 100 | 1110110 | 1011011 | 111100 |
Color Harmonies of #43F63D
Complementary color
Monochromatic Colors of #43F63D
Black with #43F63D
Text Example
Text Example
White with #43F63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F63D; }
p { color: rgb(67,246,61); }
H1.HeaderClassName
{
color: #43F63D;
}
.AnyTagClassName
{
color: #43F63D;
}
</style>
background-color css
<style>
a { background-color: #43F63D; }
a { background-color: rgb(67,246,61); }
div.DivClassName
{
background-color: #43F63D;
}
.BgClassName
{
background-color: #43F63D;
}
</style>
border-color css
<style>
span { border-color: #43F63D; }
span { border-color: rgb(67,246,61); }
td.TdClassName
{
border-color: #43F63D;
}
.TagClassName
{
border-color: #43F63D;
}
</style>