#2ABB2E

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

Shades of Lime Green #2ABB2E

Tints of Lime Green #2ABB2E

Color information

#2ABB2E (or 0x2ABB2E) is unknown color: approx Lime Green. HEX triplet: 2A, BB and 2E. RGB value is (42,187,46). Sum of RGB (Red+Green+Blue) = 42+187+46=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 187 (73.44% from 255 or 68% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABB2E is #D544D1. Grayscale: #7F7F7F. Windows color (decimal): -13976786 or 3062570. OLE color: 3062570.

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

Color convert

RGB4218746-
CMYK0.7800.750.27
HSL121.66º63.32%44.9%-
HSV(B)121.66º77.54%73.33%-
XYZ19.2236.238.56-
YUV127.5781.9666.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.27%
GREEN value IS 187 (73.44% from 255) = 68%
BLUE value IS 46 (18.36% from 255) = 16.73%
R=15.27%
G=68%
B=16.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42187460.7800.750.27121.6663.3244.9
Hex2ABB2E4E04B1B7a3f2d
Octal52273561160113331727755
Binary10101010111011101110100111001001011110111111010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,187,46); }

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

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

 a { background-color: rgb(42,187,46); }

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

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

 span { border-color: rgb(42,187,46); }

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