#4AD63D

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

Shades of Lime Green #4AD63D

Tints of Lime Green #4AD63D

Color information

#4AD63D (or 0x4AD63D) is unknown color: approx Lime Green. HEX triplet: 4A, D6 and 3D. RGB value is (74,214,61). Sum of RGB (Red+Green+Blue) = 74+214+61=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 214 (83.98% from 255 or 61.32% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD63D is #B529C2. Grayscale: #9B9B9B. Windows color (decimal): -11872707 or 4052554. OLE color: 4052554.

HSL color Cylindrical-coordinate representation of color #4AD63D: hue angle of 114.9º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AD63D is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB7421461-
CMYK0.6500.710.16
HSL114.9º65.11%53.92%-
HSV(B)114.9º71.5%83.92%-
XYZ27.7149.8912.58-
YUV154.775.1270.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.20%
GREEN value IS 214 (83.98% from 255) = 61.32%
BLUE value IS 61 (24.22% from 255) = 17.48%
R=21.20%
G=61.32%
B=17.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal74214610.6500.710.16114.965.1153.92
Hex4AD63D4104710734136
Octal1123267510101072016310166
Binary1001010110101101111011000001010001111000011100111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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