#2cb527

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

Shades of Lime Green #2CB527

Tints of Lime Green #2CB527

Color information

#2CB527 (or 0x2CB527) is unknown color: approx Lime Green. HEX triplet: 2C, B5 and 27. RGB value is (44,181,39). Sum of RGB (Red+Green+Blue) = 44+181+39=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 181 (71.09% from 255 or 68.56% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB527 is #D34AD8. Grayscale: #7C7C7C. Windows color (decimal): -13847257 or 2602284. OLE color: 2602284.

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

Color convert

RGB4418139-
CMYK0.7600.780.29
HSL117.89º64.55%43.14%-
HSV(B)117.89º78.45%70.98%-
XYZ17.9333.737.48-
YUV123.8580.1171.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.67%
GREEN value IS 181 (71.09% from 255) = 68.56%
BLUE value IS 39 (15.62% from 255) = 14.77%
R=16.67%
G=68.56%
B=14.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal44181390.7600.780.29117.8964.5543.14
Hex2CB5274C04E1D76412b
Octal542654711401163516610153
Binary101100101101011001111001100010011101110111101101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cb527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,181,39); }

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

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

 a { background-color: rgb(44,181,39); }

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

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

 span { border-color: rgb(44,181,39); }

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