#2ABB38

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

Shades of Lime Green #2ABB38

Tints of Lime Green #2ABB38

Color information

#2ABB38 (or 0x2ABB38) is unknown color: approx Lime Green. HEX triplet: 2A, BB and 38. RGB value is (42,187,56). Sum of RGB (Red+Green+Blue) = 42+187+56=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 187 (73.44% from 255 or 65.61% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABB38 is #D544C7. Grayscale: #818181. Windows color (decimal): -13976776 or 3717930. OLE color: 3717930.

HSL color Cylindrical-coordinate representation of color #2ABB38: hue angle of 125.79º 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 #2ABB38 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB4218756-
CMYK0.7800.700.27
HSL125.79º63.32%44.9%-
HSV(B)125.79º77.54%73.33%-
XYZ19.4436.329.73-
YUV128.7186.9666.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.74%
GREEN value IS 187 (73.44% from 255) = 65.61%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=14.74%
G=65.61%
B=19.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42187560.7800.700.27125.7963.3244.9
Hex2ABB384E0461B7e3f2d
Octal52273701160106331767755
Binary10101010111011111000100111001000110110111111110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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