#2BD846

Color #2BD846 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2BD846

Tints of Lime Green #2BD846

Color information

#2BD846 (or 0x2BD846) is unknown color: approx Lime Green. HEX triplet: 2B, D8 and 46. RGB value is (43,216,70). Sum of RGB (Red+Green+Blue) = 43+216+70=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 216 (84.77% from 255 or 65.65% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 216 - color contains mainly: green. Hex color #2BD846 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD846 is #D427B9. Grayscale: #949494. Windows color (decimal): -13903802 or 4642859. OLE color: 4642859.

HSL color Cylindrical-coordinate representation of color #2BD846: hue angle of 129.36º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD846 is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB4321670-
CMYK0.8000.680.15
HSL129.36º68.92%50.78%-
HSV(B)129.36º80.09%84.71%-
XYZ26.6650.0714.05-
YUV147.6384.1953.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 13.07%
GREEN value IS 216 (84.77% from 255) = 65.65%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=13.07%
G=65.65%
B=21.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal43216700.8000.680.15129.3668.9250.78
Hex2BD84650044F814533
Octal5333010612001041720110563
Binary1010111101100010001101010000010001001111100000011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BD846; }

 p { color: rgb(43,216,70); }

 H1.HeaderClassName
 {
   color: #2BD846;
 }
 .AnyTagClassName
 {
   color: #2BD846;
 }
</style>
background-color css

<style>
 a { background-color: #2BD846; }

 a { background-color: rgb(43,216,70); }

 div.DivClassName
 {
   background-color: #2BD846;
 }
 .BgClassName
 {
   background-color: #2BD846;
 }
</style>
border-color css

<style>
 span { border-color: #2BD846; }

 span { border-color: rgb(43,216,70); }

 td.TdClassName
 {
   border-color: #2BD846;
 }
 .TagClassName
 {
   border-color: #2BD846;
 }
</style>