Html Css Color HEX #4AD63A Lime Green

📋 copy color: '#4AD63A'

red 74 ◦ green 214 ◦ blue 58

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

Shades of Lime Green #4AD63A

Tints of Lime Green #4AD63A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.76%

R = 21.39%
G = 61.85%
B = 16.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#4AD63A (or 0x4AD63A) is known color: Lime Green. HEX triplet: 4A, D6 and 3A. RGB value is (74,214,58). Sum of RGB (Red+Green+Blue) = 74+214+58=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 214 (83.98% from 255 or 61.85% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD63A is #B529C5. Grayscale: #9A9A9A. Windows color (decimal): -11872710 or 3855946. OLE color: 3855946.

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

Color convert

RGB 74 214 58 -
CMYK 0.65 0 0.73 0.16
HSL 113.85º 0.66% 0.53% -
HSV(B) 113.85º 0.73% 0.84% -
XYZ 27.63 49.85 12.17 -
YUV 154.36 73.62 70.68 -
System Red Green Blue C M Y K H S L
Decimal 74 214 58 0.65 0 0.73 0.16 113.85 0.66 0.53
Hex 4A D6 3A 41 0 49 10 72 42 35
Octal 112 326 72 101 0 111 20 162 102 65
Binary 1001010 11010110 111010 1000001 0 1001001 10000 1110010 1000010 110101

Color Harmonies of #4AD63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD63A

Black with #4AD63A

Text Example


Text Example

White with #4AD63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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