#2BD138

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

Shades of Lime Green #2BD138

Tints of Lime Green #2BD138

Color information

#2BD138 (or 0x2BD138) is unknown color: approx Lime Green. HEX triplet: 2B, D1 and 38. RGB value is (43,209,56). Sum of RGB (Red+Green+Blue) = 43+209+56=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 209 (82.03% from 255 or 67.86% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD138 is #D42EC7. Grayscale: #8E8E8E. Windows color (decimal): -13905608 or 3723563. OLE color: 3723563.

HSL color Cylindrical-coordinate representation of color #2BD138: hue angle of 124.7º 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 #2BD138 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB4320956-
CMYK0.7900.730.18
HSL124.7º65.87%49.41%-
HSV(B)124.7º79.43%81.96%-
XYZ24.5146.411.41-
YUV141.9279.557.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.96%
GREEN value IS 209 (82.03% from 255) = 67.86%
BLUE value IS 56 (22.27% from 255) = 18.18%
R=13.96%
G=67.86%
B=18.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal43209560.7900.730.18124.765.8749.41
Hex2BD1384F049127d4231
Octal533217011701112217510261
Binary101011110100011110001001111010010011001011111011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,209,56); }

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

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

 a { background-color: rgb(43,209,56); }

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

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

 span { border-color: rgb(43,209,56); }

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