#2BDE3E

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

Shades of Lime Green #2BDE3E

Tints of Lime Green #2BDE3E

Color information

#2BDE3E (or 0x2BDE3E) is unknown color: approx Lime Green. HEX triplet: 2B, DE and 3E. RGB value is (43,222,62). Sum of RGB (Red+Green+Blue) = 43+222+62=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 222 (87.11% from 255 or 67.89% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDE3E is #D421C1. Grayscale: #969696. Windows color (decimal): -13902274 or 4120107. OLE color: 4120107.

HSL color Cylindrical-coordinate representation of color #2BDE3E: hue angle of 126.37º 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 #2BDE3E is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB4322262-
CMYK0.8100.720.13
HSL126.37º73.06%51.96%-
HSV(B)126.37º80.63%87.06%-
XYZ27.9953.113.33-
YUV150.2478.251.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.15%
GREEN value IS 222 (87.11% from 255) = 67.89%
BLUE value IS 62 (24.61% from 255) = 18.96%
R=13.15%
G=67.89%
B=18.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal43222620.8100.720.13126.3773.0651.96
Hex2BDE3E51048D7e4934
Octal533367612101101517611164
Binary10101111011110111110101000101001000110111111101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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