#2BDC39

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

Shades of Lime Green #2BDC39

Tints of Lime Green #2BDC39

Color information

#2BDC39 (or 0x2BDC39) is unknown color: approx Lime Green. HEX triplet: 2B, DC and 39. RGB value is (43,220,57). Sum of RGB (Red+Green+Blue) = 43+220+57=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 220 (86.33% from 255 or 68.75% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDC39 is #D423C6. Grayscale: #949494. Windows color (decimal): -13902791 or 3791915. OLE color: 3791915.

HSL color Cylindrical-coordinate representation of color #2BDC39: hue angle of 124.75º 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 #2BDC39 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB4322057-
CMYK0.8000.740.14
HSL124.75º71.66%51.57%-
HSV(B)124.75º80.45%86.27%-
XYZ27.335212.47-
YUV148.4976.3652.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.44%
GREEN value IS 220 (86.33% from 255) = 68.75%
BLUE value IS 57 (22.66% from 255) = 17.81%
R=13.44%
G=68.75%
B=17.81%

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
Decimal43220570.8000.740.14124.7571.6651.57
Hex2BDC395004AE7d4834
Octal533347112001121617511064
Binary10101111011100111001101000001001010111011111011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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