#2BD43A

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

Shades of Lime Green #2BD43A

Tints of Lime Green #2BD43A

Color information

#2BD43A (or 0x2BD43A) is unknown color: approx Lime Green. HEX triplet: 2B, D4 and 3A. RGB value is (43,212,58). Sum of RGB (Red+Green+Blue) = 43+212+58=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 212 (83.20% from 255 or 67.73% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 212 - color contains mainly: green. Hex color #2BD43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD43A is #D42BC5. Grayscale: #909090. Windows color (decimal): -13904838 or 3855403. OLE color: 3855403.

HSL color Cylindrical-coordinate representation of color #2BD43A: hue angle of 125.33º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD43A is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB4321258-
CMYK0.8000.730.17
HSL125.33º66.27%50%-
HSV(B)125.33º79.72%83.14%-
XYZ25.347.9111.92-
YUV143.9179.5156.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.74%
GREEN value IS 212 (83.20% from 255) = 67.73%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=13.74%
G=67.73%
B=18.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal43212580.8000.730.17125.3366.2750
Hex2BD43A50049117d4232
Octal533247212001112117510262
Binary101011110101001110101010000010010011000111111011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,212,58); }

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

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

 a { background-color: rgb(43,212,58); }

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

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

 span { border-color: rgb(43,212,58); }

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