#4ABB38

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

Shades of Lime Green #4ABB38

Tints of Lime Green #4ABB38

Color information

#4ABB38 (or 0x4ABB38) is unknown color: approx Lime Green. HEX triplet: 4A, BB and 38. RGB value is (74,187,56). Sum of RGB (Red+Green+Blue) = 74+187+56=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 187 (73.44% from 255 or 58.99% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 187 - color contains mainly: green. Hex color #4ABB38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABB38 is #B544C7. Grayscale: #8A8A8A. Windows color (decimal): -11879624 or 3717962. OLE color: 3717962.

HSL color Cylindrical-coordinate representation of color #4ABB38: hue angle of 111.76º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ABB38 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB7418756-
CMYK0.6000.700.27
HSL111.76º53.91%47.65%-
HSV(B)111.76º70.05%73.33%-
XYZ21.3137.289.81-
YUV138.2881.5682.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.34%
GREEN value IS 187 (73.44% from 255) = 58.99%
BLUE value IS 56 (22.27% from 255) = 17.67%
R=23.34%
G=58.99%
B=17.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal74187560.6000.700.27111.7653.9147.65
Hex4ABB383C0461B703630
Octal11227370740106331606660
Binary10010101011101111100011110001000110110111110000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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