#2BCC48

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

Shades of Lime Green #2BCC48

Tints of Lime Green #2BCC48

Color information

#2BCC48 (or 0x2BCC48) is unknown color: approx Lime Green. HEX triplet: 2B, CC and 48. RGB value is (43,204,72). Sum of RGB (Red+Green+Blue) = 43+204+72=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 204 (80.08% from 255 or 63.95% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 204 - color contains mainly: green. Hex color #2BCC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCC48 is #D433B7. Grayscale: #8D8D8D. Windows color (decimal): -13906872 or 4770859. OLE color: 4770859.

HSL color Cylindrical-coordinate representation of color #2BCC48: hue angle of 130.81º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCC48 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB4320472-
CMYK0.7900.650.2
HSL130.81º65.18%48.43%-
HSV(B)130.81º78.92%80%-
XYZ23.7644.1713.4-
YUV140.8189.1658.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.48%
GREEN value IS 204 (80.08% from 255) = 63.95%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=13.48%
G=63.95%
B=22.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal43204720.7900.650.2130.8165.1848.43
Hex2BCC484F04114834130
Octal5331411011701012420310160
Binary10101111001100100100010011110100000110100100000111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,204,72); }

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

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

 a { background-color: rgb(43,204,72); }

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

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

 span { border-color: rgb(43,204,72); }

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