#2BDE3B

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

Shades of Lime Green #2BDE3B

Tints of Lime Green #2BDE3B

Color information

#2BDE3B (or 0x2BDE3B) is unknown color: approx Lime Green. HEX triplet: 2B, DE and 3B. RGB value is (43,222,59). Sum of RGB (Red+Green+Blue) = 43+222+59=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 222 (87.11% from 255 or 68.52% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDE3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDE3B is #D421C4. Grayscale: #969696. Windows color (decimal): -13902277 or 3923499. OLE color: 3923499.

HSL color Cylindrical-coordinate representation of color #2BDE3B: hue angle of 125.36º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDE3B is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB4322259-
CMYK0.8100.730.13
HSL125.36º73.06%51.96%-
HSV(B)125.36º80.63%87.06%-
XYZ27.9153.0712.91-
YUV149.976.751.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.27%
GREEN value IS 222 (87.11% from 255) = 68.52%
BLUE value IS 59 (23.44% from 255) = 18.21%
R=13.27%
G=68.52%
B=18.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal43222590.8100.730.13125.3673.0651.96
Hex2BDE3B51049D7d4934
Octal533367312101111517511164
Binary10101111011110111011101000101001001110111111011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,222,59); }

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

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

 a { background-color: rgb(43,222,59); }

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

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

 span { border-color: rgb(43,222,59); }

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