#4ACB3D

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

Shades of Lime Green #4ACB3D

Tints of Lime Green #4ACB3D

Color information

#4ACB3D (or 0x4ACB3D) is unknown color: approx Lime Green. HEX triplet: 4A, CB and 3D. RGB value is (74,203,61). Sum of RGB (Red+Green+Blue) = 74+203+61=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 203 (79.69% from 255 or 60.06% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACB3D is #B534C2. Grayscale: #949494. Windows color (decimal): -11875523 or 4049738. OLE color: 4049738.

HSL color Cylindrical-coordinate representation of color #4ACB3D: hue angle of 114.51º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ACB3D is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB7420361-
CMYK0.6400.700.20
HSL114.51º57.72%51.76%-
HSV(B)114.51º69.95%79.61%-
XYZ25.0244.511.69-
YUV148.2478.7675.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.89%
GREEN value IS 203 (79.69% from 255) = 60.06%
BLUE value IS 61 (24.22% from 255) = 18.05%
R=21.89%
G=60.06%
B=18.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal74203610.6400.700.20114.5157.7251.76
Hex4ACB3D4004614733a34
Octal112313751000106241637264
Binary100101011001011111101100000001000110101001110011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,203,61); }

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

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

 a { background-color: rgb(74,203,61); }

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

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

 span { border-color: rgb(74,203,61); }

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