#4ACD3D

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

Shades of Lime Green #4ACD3D

Tints of Lime Green #4ACD3D

Color information

#4ACD3D (or 0x4ACD3D) is unknown color: approx Lime Green. HEX triplet: 4A, CD and 3D. RGB value is (74,205,61). Sum of RGB (Red+Green+Blue) = 74+205+61=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 205 (80.47% from 255 or 60.29% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACD3D is #B532C2. Grayscale: #959595. Windows color (decimal): -11875011 or 4050250. OLE color: 4050250.

HSL color Cylindrical-coordinate representation of color #4ACD3D: hue angle of 114.58º degrees, saturation: 0.59, 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 #4ACD3D is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB7420561-
CMYK0.6400.700.20
HSL114.58º59.02%52.16%-
HSV(B)114.58º70.24%80.39%-
XYZ25.545.4611.84-
YUV149.4278.174.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.76%
GREEN value IS 205 (80.47% from 255) = 60.29%
BLUE value IS 61 (24.22% from 255) = 17.94%
R=21.76%
G=60.29%
B=17.94%

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
Decimal74205610.6400.700.20114.5859.0252.16
Hex4ACD3D4004614733b34
Octal112315751000106241637364
Binary100101011001101111101100000001000110101001110011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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