Shades of Lime Green #43F934
Tints of Lime Green #43F934
RGB
CMYK
RGB Variations
Color information
#43F934 (or 0x43F934) is known color: Lime Green. HEX triplet: 43, F9 and 34. RGB value is (67,249,52). Sum of RGB (Red+Green+Blue) = 67+249+52=368 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.21% from 368); Green value is 249 (97.66% from 255 or 67.66% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 249 - color contains mainly: green. Hex color #43F934 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43F934 is #BC06CB. Grayscale: #ACACAC. Windows color (decimal): -12322508 or 3471683. OLE color: 3471683.
HSL color Cylindrical-coordinate representation of color #43F934: hue angle of 115.43º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43F934 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 249 | 52 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.02 |
| HSL | 115.43º | 0.94% | 0.59% | - |
| HSV(B) | 115.43º | 0.79% | 0.98% | - |
| XYZ | 36.81 | 69.19 | 14.66 | - |
| YUV | 172.12 | 60.2 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 249 | 52 | 0.73 | 0 | 0.79 | 0.02 | 115.43 | 0.94 | 0.59 |
| Hex | 43 | F9 | 34 | 49 | 0 | 4F | 2 | 73 | 5E | 3B |
| Octal | 103 | 371 | 64 | 111 | 0 | 117 | 2 | 163 | 136 | 73 |
| Binary | 1000011 | 11111001 | 110100 | 1001001 | 0 | 1001111 | 10 | 1110011 | 1011110 | 111011 |
Color Harmonies of #43F934
Complementary color
Monochromatic Colors of #43F934
Black with #43F934
Text Example
Text Example
White with #43F934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F934; }
p { color: rgb(67,249,52); }
H1.HeaderClassName
{
color: #43F934;
}
.AnyTagClassName
{
color: #43F934;
}
</style>
background-color css
<style>
a { background-color: #43F934; }
a { background-color: rgb(67,249,52); }
div.DivClassName
{
background-color: #43F934;
}
.BgClassName
{
background-color: #43F934;
}
</style>
border-color css
<style>
span { border-color: #43F934; }
span { border-color: rgb(67,249,52); }
td.TdClassName
{
border-color: #43F934;
}
.TagClassName
{
border-color: #43F934;
}
</style>