Html Css Color HEX #4ADE53 Lime Green

📋 copy color: '#4ADE53'

red 74 ◦ green 222 ◦ blue 83

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

Shades of Lime Green #4ADE53

Tints of Lime Green #4ADE53

RGB

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

 GREEN value IS 222 (87.11% from 255) = 58.58%

 BLUE value IS 83 (32.81% from 255) = 21.9%

R = 19.53%
G = 58.58%
B = 21.9%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#4ADE53 (or 0x4ADE53) is known color: Lime Green. HEX triplet: 4A, DE and 53. RGB value is (74,222,83). Sum of RGB (Red+Green+Blue) = 74+222+83=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 222 (87.11% from 255 or 58.58% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADE53 is #B521AC. Grayscale: #A2A2A2. Windows color (decimal): -11870637 or 5496394. OLE color: 5496394.

HSL color Cylindrical-coordinate representation of color #4ADE53: hue angle of 123.65º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADE53 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 222 83 -
CMYK 0.67 0 0.63 0.13
HSL 123.65º 0.69% 0.58% -
HSV(B) 123.65º 0.67% 0.87% -
XYZ 30.51 54.32 17.06 -
YUV 161.9 83.47 65.3 -
System Red Green Blue C M Y K H S L
Decimal 74 222 83 0.67 0 0.63 0.13 123.65 0.69 0.58
Hex 4A DE 53 43 0 3F D 7C 45 3A
Octal 112 336 123 103 0 77 15 174 105 72
Binary 1001010 11011110 1010011 1000011 0 111111 1101 1111100 1000101 111010

Color Harmonies of #4ADE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADE53

Black with #4ADE53

Text Example


Text Example

White with #4ADE53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,222,83); }

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

background-color css

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

 a { background-color: rgb(74,222,83); }

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

border-color css

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

 span { border-color: rgb(74,222,83); }

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