Shades of Lime Green #43F830
Tints of Lime Green #43F830
RGB
CMYK
RGB Variations
Color information
#43F830 (or 0x43F830) is known color: Lime Green. HEX triplet: 43, F8 and 30. RGB value is (67,248,48). Sum of RGB (Red+Green+Blue) = 67+248+48=363 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.46% from 363); Green value is 248 (97.27% from 255 or 68.32% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 248 - color contains mainly: green. Hex color #43F830 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43F830 is #BC07CF. Grayscale: #ABABAB. Windows color (decimal): -12322768 or 3209283. OLE color: 3209283.
HSL color Cylindrical-coordinate representation of color #43F830: hue angle of 114.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #43F830 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 248 | 48 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.03 |
| HSL | 114.3º | 0.93% | 0.58% | - |
| HSV(B) | 114.3º | 0.81% | 0.97% | - |
| XYZ | 36.42 | 68.54 | 14.11 | - |
| YUV | 171.08 | 58.53 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 248 | 48 | 0.73 | 0 | 0.81 | 0.03 | 114.3 | 0.93 | 0.58 |
| Hex | 43 | F8 | 30 | 49 | 0 | 51 | 3 | 72 | 5D | 3A |
| Octal | 103 | 370 | 60 | 111 | 0 | 121 | 3 | 162 | 135 | 72 |
| Binary | 1000011 | 11111000 | 110000 | 1001001 | 0 | 1010001 | 11 | 1110010 | 1011101 | 111010 |
Color Harmonies of #43F830
Complementary color
Monochromatic Colors of #43F830
Black with #43F830
Text Example
Text Example
White with #43F830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F830; }
p { color: rgb(67,248,48); }
H1.HeaderClassName
{
color: #43F830;
}
.AnyTagClassName
{
color: #43F830;
}
</style>
background-color css
<style>
a { background-color: #43F830; }
a { background-color: rgb(67,248,48); }
div.DivClassName
{
background-color: #43F830;
}
.BgClassName
{
background-color: #43F830;
}
</style>
border-color css
<style>
span { border-color: #43F830; }
span { border-color: rgb(67,248,48); }
td.TdClassName
{
border-color: #43F830;
}
.TagClassName
{
border-color: #43F830;
}
</style>