#2BD11E

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

Shades of Lime Green #2BD11E

Tints of Lime Green #2BD11E

Color information

#2BD11E (or 0x2BD11E) is unknown color: approx Lime Green. HEX triplet: 2B, D1 and 1E. RGB value is (43,209,30). Sum of RGB (Red+Green+Blue) = 43+209+30=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 209 (82.03% from 255 or 74.11% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD11E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD11E is #D42EE1. Grayscale: #8B8B8B. Windows color (decimal): -13905634 or 2019627. OLE color: 2019627.

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

Color convert

RGB4320930-
CMYK0.7900.860.18
HSL115.64º74.9%46.86%-
HSV(B)115.64º85.65%81.96%-
XYZ24.0346.218.88-
YUV138.9666.559.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.25%
GREEN value IS 209 (82.03% from 255) = 74.11%
BLUE value IS 30 (12.11% from 255) = 10.64%
R=15.25%
G=74.11%
B=10.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal43209300.7900.860.18115.6474.946.86
Hex2BD11E4F05612744b2f
Octal533213611701262216411357
Binary10101111010001111101001111010101101001011101001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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