#2BD321

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

Shades of Lime Green #2BD321

Tints of Lime Green #2BD321

Color information

#2BD321 (or 0x2BD321) is unknown color: approx Lime Green. HEX triplet: 2B, D3 and 21. RGB value is (43,211,33). Sum of RGB (Red+Green+Blue) = 43+211+33=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 211 (82.81% from 255 or 73.52% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 211 - color contains mainly: green. Hex color #2BD321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD321 is #D42CDE. Grayscale: #8D8D8D. Windows color (decimal): -13905119 or 2216747. OLE color: 2216747.

HSL color Cylindrical-coordinate representation of color #2BD321: hue angle of 116.63º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BD321 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB4321133-
CMYK0.8000.840.17
HSL116.63º72.95%47.84%-
HSV(B)116.63º84.36%82.75%-
XYZ24.5747.219.26-
YUV140.4867.3458.47-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.98%
GREEN value IS 211 (82.81% from 255) = 73.52%
BLUE value IS 33 (13.28% from 255) = 11.50%
R=14.98%
G=73.52%
B=11.50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal43211330.8000.840.17116.6372.9547.84
Hex2BD3215005411754930
Octal533234112001242116511160
Binary101011110100111000011010000010101001000111101011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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