#2CB427

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

Shades of Lime Green #2CB427

Tints of Lime Green #2CB427

Color information

#2CB427 (or 0x2CB427) is unknown color: approx Lime Green. HEX triplet: 2C, B4 and 27. RGB value is (44,180,39). Sum of RGB (Red+Green+Blue) = 44+180+39=263 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.73% from 263); Green value is 180 (70.70% from 255 or 68.44% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB427 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB427 is #D34BD8. Grayscale: #7B7B7B. Windows color (decimal): -13847513 or 2602028. OLE color: 2602028.

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

Color convert

RGB4418039-
CMYK0.7600.780.29
HSL117.87º64.38%42.94%-
HSV(B)117.87º78.33%70.59%-
XYZ17.7333.327.42-
YUV123.2680.4471.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.73%
GREEN value IS 180 (70.70% from 255) = 68.44%
BLUE value IS 39 (15.62% from 255) = 14.83%
R=16.73%
G=68.44%
B=14.83%

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
Decimal44180390.7600.780.29117.8764.3842.94
Hex2CB4274C04E1D76402b
Octal542644711401163516610053
Binary101100101101001001111001100010011101110111101101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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