#2bd33b

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

Shades of Lime Green #2BD33B

Tints of Lime Green #2BD33B

Color information

#2BD33B (or 0x2BD33B) is unknown color: approx Lime Green. HEX triplet: 2B, D3 and 3B. RGB value is (43,211,59). Sum of RGB (Red+Green+Blue) = 43+211+59=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 211 (82.81% from 255 or 67.41% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 211 - color contains mainly: green. Hex color #2BD33B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD33B is #D42CC4. Grayscale: #8F8F8F. Windows color (decimal): -13905093 or 3920683. OLE color: 3920683.

HSL color Cylindrical-coordinate representation of color #2BD33B: hue angle of 125.71º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD33B is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB4321159-
CMYK0.8000.720.17
HSL125.71º66.14%49.8%-
HSV(B)125.71º79.62%82.75%-
XYZ25.0847.4211.97-
YUV143.4480.3456.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.74%
GREEN value IS 211 (82.81% from 255) = 67.41%
BLUE value IS 59 (23.44% from 255) = 18.85%
R=13.74%
G=67.41%
B=18.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal43211590.8000.720.17125.7166.1449.8
Hex2BD33B50048117e4232
Octal533237312001102117610262
Binary101011110100111110111010000010010001000111111101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bd33b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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