#2BD13E

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

Shades of Lime Green #2BD13E

Tints of Lime Green #2BD13E

Color information

#2BD13E (or 0x2BD13E) is unknown color: approx Lime Green. HEX triplet: 2B, D1 and 3E. RGB value is (43,209,62). Sum of RGB (Red+Green+Blue) = 43+209+62=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 209 (82.03% from 255 or 66.56% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD13E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD13E is #D42EC1. Grayscale: #8F8F8F. Windows color (decimal): -13905602 or 4116779. OLE color: 4116779.

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

Color convert

RGB4320962-
CMYK0.7900.700.18
HSL126.87º65.87%49.41%-
HSV(B)126.87º79.43%81.96%-
XYZ24.6746.4612.23-
YUV142.6182.556.95-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.69%
GREEN value IS 209 (82.03% from 255) = 66.56%
BLUE value IS 62 (24.61% from 255) = 19.75%
R=13.69%
G=66.56%
B=19.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal43209620.7900.700.18126.8765.8749.41
Hex2BD13E4F046127f4231
Octal533217611701062217710261
Binary101011110100011111101001111010001101001011111111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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