#2CB43E

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

Shades of Lime Green #2CB43E

Tints of Lime Green #2CB43E

Color information

#2CB43E (or 0x2CB43E) is unknown color: approx Lime Green. HEX triplet: 2C, B4 and 3E. RGB value is (44,180,62). Sum of RGB (Red+Green+Blue) = 44+180+62=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 180 (70.70% from 255 or 62.94% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB43E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB43E is #D34BC1. Grayscale: #7E7E7E. Windows color (decimal): -13847490 or 4109356. OLE color: 4109356.

HSL color Cylindrical-coordinate representation of color #2CB43E: hue angle of 127.94º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB43E is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB4418062-
CMYK0.7600.660.29
HSL127.94º60.71%43.92%-
HSV(B)127.94º75.56%70.59%-
XYZ18.2333.5310.07-
YUV125.8891.9469.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.38%
GREEN value IS 180 (70.70% from 255) = 62.94%
BLUE value IS 62 (24.61% from 255) = 21.68%
R=15.38%
G=62.94%
B=21.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal44180620.7600.660.29127.9460.7143.92
Hex2CB43E4C0421D803d2c
Octal54264761140102352007554
Binary101100101101001111101001100010000101110110000000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,180,62); }

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

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

 a { background-color: rgb(44,180,62); }

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

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

 span { border-color: rgb(44,180,62); }

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