#2CB227

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

Shades of Lime Green #2CB227

Tints of Lime Green #2CB227

Color information

#2CB227 (or 0x2CB227) is unknown color: approx Lime Green. HEX triplet: 2C, B2 and 27. RGB value is (44,178,39). Sum of RGB (Red+Green+Blue) = 44+178+39=261 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.86% from 261); Green value is 178 (69.92% from 255 or 68.20% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CB227 is #D34DD8. Grayscale: #7A7A7A. Windows color (decimal): -13848025 or 2601516. OLE color: 2601516.

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

Color convert

RGB4417839-
CMYK0.7500.780.30
HSL117.84º64.06%42.55%-
HSV(B)117.84º78.09%69.8%-
XYZ17.3332.527.28-
YUV122.0981.1172.3-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.86%
GREEN value IS 178 (69.92% from 255) = 68.20%
BLUE value IS 39 (15.62% from 255) = 14.94%
R=16.86%
G=68.20%
B=14.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal44178390.7500.780.30117.8464.0642.55
Hex2CB2274B04E1E76402b
Octal542624711301163616610053
Binary101100101100101001111001011010011101111011101101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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