#2ABC2C

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

Shades of Lime Green #2ABC2C

Tints of Lime Green #2ABC2C

Color information

#2ABC2C (or 0x2ABC2C) is unknown color: approx Lime Green. HEX triplet: 2A, BC and 2C. RGB value is (42,188,44). Sum of RGB (Red+Green+Blue) = 42+188+44=274 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.33% from 274); Green value is 188 (73.83% from 255 or 68.61% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABC2C is #D543D3. Grayscale: #808080. Windows color (decimal): -13976532 or 2931754. OLE color: 2931754.

HSL color Cylindrical-coordinate representation of color #2ABC2C: hue angle of 120.82º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABC2C is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB4218844-
CMYK0.7800.770.26
HSL120.82º63.48%45.1%-
HSV(B)120.82º77.66%73.73%-
XYZ19.3936.648.43-
YUV127.9380.6366.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.33%
GREEN value IS 188 (73.83% from 255) = 68.61%
BLUE value IS 44 (17.58% from 255) = 16.06%
R=15.33%
G=68.61%
B=16.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal42188440.7800.770.26120.8263.4845.1
Hex2ABC2C4E04D1A793f2d
Octal52274541160115321717755
Binary10101010111100101100100111001001101110101111001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,188,44); }

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

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

 a { background-color: rgb(42,188,44); }

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

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

 span { border-color: rgb(42,188,44); }

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