#2CBA1E

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

Shades of Lime Green #2CBA1E

Tints of Lime Green #2CBA1E

Color information

#2CBA1E (or 0x2CBA1E) is unknown color: approx Lime Green. HEX triplet: 2C, BA and 1E. RGB value is (44,186,30). Sum of RGB (Red+Green+Blue) = 44+186+30=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 186 (73.05% from 255 or 71.54% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBA1E is #D345E1. Grayscale: #7E7E7E. Windows color (decimal): -13845986 or 2013740. OLE color: 2013740.

HSL color Cylindrical-coordinate representation of color #2CBA1E: hue angle of 114.62º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CBA1E is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB4418630-
CMYK0.7600.840.27
HSL114.62º72.22%42.35%-
HSV(B)114.62º83.87%72.94%-
XYZ18.8335.757.14-
YUV125.7673.9669.68-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.92%
GREEN value IS 186 (73.05% from 255) = 71.54%
BLUE value IS 30 (12.11% from 255) = 11.54%
R=16.92%
G=71.54%
B=11.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal44186300.7600.840.27114.6272.2242.35
Hex2CBA1E4C0541B73482a
Octal542723611401243316311052
Binary10110010111010111101001100010101001101111100111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,186,30); }

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

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

 a { background-color: rgb(44,186,30); }

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

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

 span { border-color: rgb(44,186,30); }

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