#2BD046

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

Shades of Lime Green #2BD046

Tints of Lime Green #2BD046

Color information

#2BD046 (or 0x2BD046) is unknown color: approx Lime Green. HEX triplet: 2B, D0 and 46. RGB value is (43,208,70). Sum of RGB (Red+Green+Blue) = 43+208+70=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 208 (81.64% from 255 or 64.80% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD046 is #D42FB9. Grayscale: #8F8F8F. Windows color (decimal): -13905850 or 4640811. OLE color: 4640811.

HSL color Cylindrical-coordinate representation of color #2BD046: hue angle of 129.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD046 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB4320870-
CMYK0.7900.660.18
HSL129.82º65.74%49.22%-
HSV(B)129.82º79.33%81.57%-
XYZ24.6646.0713.39-
YUV142.9386.8456.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.40%
GREEN value IS 208 (81.64% from 255) = 64.80%
BLUE value IS 70 (27.73% from 255) = 21.81%
R=13.40%
G=64.80%
B=21.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal43208700.7900.660.18129.8265.7449.22
Hex2BD0464F04212824231
Octal5332010611701022220210261
Binary10101111010000100011010011110100001010010100000101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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