Html Css Color HEX #4AD63E Lime Green

📋 copy color: '#4AD63E'

red 74 ◦ green 214 ◦ blue 62

#4AD63E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #4AD63E

Tints of Lime Green #4AD63E

RGB

 RED value IS 74 (29.3% from 255) = 21.14%

 GREEN value IS 214 (83.98% from 255) = 61.14%

 BLUE value IS 62 (24.61% from 255) = 17.71%

R = 21.14%
G = 61.14%
B = 17.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#4AD63E (or 0x4AD63E) is known color: Lime Green. HEX triplet: 4A, D6 and 3E. RGB value is (74,214,62). Sum of RGB (Red+Green+Blue) = 74+214+62=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD63E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD63E is #B529C1. Grayscale: #9B9B9B. Windows color (decimal): -11872706 or 4118090. OLE color: 4118090.

HSL color Cylindrical-coordinate representation of color #4AD63E: hue angle of 115.26º 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 #4AD63E is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 214 62 -
CMYK 0.65 0 0.71 0.16
HSL 115.26º 0.65% 0.54% -
HSV(B) 115.26º 0.71% 0.84% -
XYZ 27.74 49.9 12.73 -
YUV 154.81 75.62 70.36 -
System Red Green Blue C M Y K H S L
Decimal 74 214 62 0.65 0 0.71 0.16 115.26 0.65 0.54
Hex 4A D6 3E 41 0 47 10 73 41 36
Octal 112 326 76 101 0 107 20 163 101 66
Binary 1001010 11010110 111110 1000001 0 1000111 10000 1110011 1000001 110110

Color Harmonies of #4AD63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD63E

Black with #4AD63E

Text Example


Text Example

White with #4AD63E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4AD63E;
 }
 .AnyTagClassName
 {
   color: #4AD63E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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