#2cb43f

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

Shades of Lime Green #2CB43F

Tints of Lime Green #2CB43F

Color information

#2CB43F (or 0x2CB43F) is unknown color: approx Lime Green. HEX triplet: 2C, B4 and 3F. RGB value is (44,180,63). Sum of RGB (Red+Green+Blue) = 44+180+63=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 180 (70.70% from 255 or 62.72% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB43F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB43F is #D34BC0. Grayscale: #7E7E7E. Windows color (decimal): -13847489 or 4174892. OLE color: 4174892.

HSL color Cylindrical-coordinate representation of color #2CB43F: hue angle of 128.38º 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 #2CB43F is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB4418063-
CMYK0.7600.650.29
HSL128.38º60.71%43.92%-
HSV(B)128.38º75.56%70.59%-
XYZ18.2633.5410.21-
YUV12692.4469.51-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.33%
GREEN value IS 180 (70.70% from 255) = 62.72%
BLUE value IS 63 (25% from 255) = 21.95%
R=15.33%
G=62.72%
B=21.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal44180630.7600.650.29128.3860.7143.92
Hex2CB43F4C0411D803d2c
Octal54264771140101352007554
Binary101100101101001111111001100010000011110110000000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cb43f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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