#2BDC3A

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

Shades of Lime Green #2BDC3A

Tints of Lime Green #2BDC3A

Color information

#2BDC3A (or 0x2BDC3A) is unknown color: approx Lime Green. HEX triplet: 2B, DC and 3A. RGB value is (43,220,58). Sum of RGB (Red+Green+Blue) = 43+220+58=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 220 (86.33% from 255 or 68.54% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDC3A is #D423C5. Grayscale: #959595. Windows color (decimal): -13902790 or 3857451. OLE color: 3857451.

HSL color Cylindrical-coordinate representation of color #2BDC3A: hue angle of 125.08º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDC3A is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB4322058-
CMYK0.8000.740.14
HSL125.08º71.66%51.57%-
HSV(B)125.08º80.45%86.27%-
XYZ27.3552.0112.6-
YUV148.6176.8652.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.40%
GREEN value IS 220 (86.33% from 255) = 68.54%
BLUE value IS 58 (23.05% from 255) = 18.07%
R=13.40%
G=68.54%
B=18.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal43220580.8000.740.14125.0871.6651.57
Hex2BDC3A5004AE7d4834
Octal533347212001121617511064
Binary10101111011100111010101000001001010111011111011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,220,58); }

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

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

 a { background-color: rgb(43,220,58); }

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

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

 span { border-color: rgb(43,220,58); }

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