#2CBD47

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

Shades of Lime Green #2CBD47

Tints of Lime Green #2CBD47

Color information

#2CBD47 (or 0x2CBD47) is unknown color: approx Lime Green. HEX triplet: 2C, BD and 47. RGB value is (44,189,71). Sum of RGB (Red+Green+Blue) = 44+189+71=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 189 (74.22% from 255 or 62.17% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBD47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBD47 is #D342B8. Grayscale: #848484. Windows color (decimal): -13845177 or 4701484. OLE color: 4701484.

HSL color Cylindrical-coordinate representation of color #2CBD47: hue angle of 131.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBD47 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB4418971-
CMYK0.7700.620.26
HSL131.17º62.23%45.69%-
HSV(B)131.17º76.72%74.12%-
XYZ20.3737.3912.1-
YUV132.1993.4665.09-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.47%
GREEN value IS 189 (74.22% from 255) = 62.17%
BLUE value IS 71 (28.12% from 255) = 23.36%
R=14.47%
G=62.17%
B=23.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal44189710.7700.620.26131.1762.2345.69
Hex2CBD474D03E1A833e2e
Octal54275107115076322037656
Binary101100101111011000111100110101111101101010000011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBD47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,189,71); }

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

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

 a { background-color: rgb(44,189,71); }

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

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

 span { border-color: rgb(44,189,71); }

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