#2CB337

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

Shades of Lime Green #2CB337

Tints of Lime Green #2CB337

Color information

#2CB337 (or 0x2CB337) is unknown color: approx Lime Green. HEX triplet: 2C, B3 and 37. RGB value is (44,179,55). Sum of RGB (Red+Green+Blue) = 44+179+55=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 179 (70.31% from 255 or 64.39% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB337 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB337 is #D34CC8. Grayscale: #7C7C7C. Windows color (decimal): -13847753 or 3650348. OLE color: 3650348.

HSL color Cylindrical-coordinate representation of color #2CB337: hue angle of 124.89º 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 #2CB337 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB4417955-
CMYK0.7500.690.30
HSL124.89º60.54%43.73%-
HSV(B)124.89º75.42%70.2%-
XYZ17.8533.059.05-
YUV124.588.7770.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.83%
GREEN value IS 179 (70.31% from 255) = 64.39%
BLUE value IS 55 (21.88% from 255) = 19.78%
R=15.83%
G=64.39%
B=19.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal44179550.7500.690.30124.8960.5443.73
Hex2CB3374B0451E7d3d2c
Octal54263671130105361757554
Binary10110010110011110111100101101000101111101111101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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