#2CB431

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

Shades of Lime Green #2CB431

Tints of Lime Green #2CB431

Color information

#2CB431 (or 0x2CB431) is unknown color: approx Lime Green. HEX triplet: 2C, B4 and 31. RGB value is (44,180,49). Sum of RGB (Red+Green+Blue) = 44+180+49=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 180 (70.70% from 255 or 65.93% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB431 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB431 is #D34BCE. Grayscale: #7C7C7C. Windows color (decimal): -13847503 or 3257388. OLE color: 3257388.

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

Color convert

RGB4418049-
CMYK0.7600.730.29
HSL122.21º60.71%43.92%-
HSV(B)122.21º75.56%70.59%-
XYZ17.9133.48.41-
YUV124.485.4470.65-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.12%
GREEN value IS 180 (70.70% from 255) = 65.93%
BLUE value IS 49 (19.53% from 255) = 17.95%
R=16.12%
G=65.93%
B=17.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal44180490.7600.730.29122.2160.7143.92
Hex2CB4314C0491D7a3d2c
Octal54264611140111351727554
Binary10110010110100110001100110001001001111011111010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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