Html Css Color HEX #4AD53A Lime Green

📋 copy color: '#4AD53A'

red 74 ◦ green 213 ◦ blue 58

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

Shades of Lime Green #4AD53A

Tints of Lime Green #4AD53A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 61.74%

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

R = 21.45%
G = 61.74%
B = 16.81%

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

#4AD53A (or 0x4AD53A) is known color: Lime Green. HEX triplet: 4A, D5 and 3A. RGB value is (74,213,58). Sum of RGB (Red+Green+Blue) = 74+213+58=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD53A is #B52AC5. Grayscale: #9A9A9A. Windows color (decimal): -11872966 or 3855690. OLE color: 3855690.

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

Color convert

RGB 74 213 58 -
CMYK 0.65 0 0.73 0.16
HSL 113.81º 0.65% 0.53% -
HSV(B) 113.81º 0.73% 0.84% -
XYZ 27.38 49.35 12.09 -
YUV 153.77 73.95 71.1 -
System Red Green Blue C M Y K H S L
Decimal 74 213 58 0.65 0 0.73 0.16 113.81 0.65 0.53
Hex 4A D5 3A 41 0 49 10 72 41 35
Octal 112 325 72 101 0 111 20 162 101 65
Binary 1001010 11010101 111010 1000001 0 1001001 10000 1110010 1000001 110101

Color Harmonies of #4AD53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD53A

Black with #4AD53A

Text Example


Text Example

White with #4AD53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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