#2CB344

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

Shades of Lime Green #2CB344

Tints of Lime Green #2CB344

Color information

#2CB344 (or 0x2CB344) is unknown color: approx Lime Green. HEX triplet: 2C, B3 and 44. RGB value is (44,179,68). Sum of RGB (Red+Green+Blue) = 44+179+68=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 179 (70.31% from 255 or 61.51% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB344 is #D34CBB. Grayscale: #7E7E7E. Windows color (decimal): -13847740 or 4502316. OLE color: 4502316.

HSL color Cylindrical-coordinate representation of color #2CB344: hue angle of 130.67º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB344 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB4417968-
CMYK0.7500.620.30
HSL130.67º60.54%43.73%-
HSV(B)130.67º75.42%70.2%-
XYZ18.233.1910.92-
YUV125.9895.2769.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.12%
GREEN value IS 179 (70.31% from 255) = 61.51%
BLUE value IS 68 (26.95% from 255) = 23.37%
R=15.12%
G=61.51%
B=23.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal44179680.7500.620.30130.6760.5443.73
Hex2CB3444B03E1E833d2c
Octal54263104113076362037554
Binary101100101100111000100100101101111101111010000011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,179,68); }

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

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

 a { background-color: rgb(44,179,68); }

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

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

 span { border-color: rgb(44,179,68); }

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