Html Css Color HEX #4ADA40 Lime Green

📋 copy color: '#4ADA40'

red 74 ◦ green 218 ◦ blue 64

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

Shades of Lime Green #4ADA40

Tints of Lime Green #4ADA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 61.24%

 BLUE value IS 64 (25.39% from 255) = 17.98%

R = 20.79%
G = 61.24%
B = 17.98%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#4ADA40 (or 0x4ADA40) is known color: Lime Green. HEX triplet: 4A, DA and 40. RGB value is (74,218,64). Sum of RGB (Red+Green+Blue) = 74+218+64=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 218 (85.55% from 255 or 61.24% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADA40 is #B525BF. Grayscale: #9D9D9D. Windows color (decimal): -11871680 or 4250186. OLE color: 4250186.

HSL color Cylindrical-coordinate representation of color #4ADA40: hue angle of 116.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ADA40 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 218 64 -
CMYK 0.66 0 0.71 0.15
HSL 116.1º 0.68% 0.55% -
HSV(B) 116.1º 0.71% 0.85% -
XYZ 28.82 51.97 13.36 -
YUV 157.39 75.29 68.52 -
System Red Green Blue C M Y K H S L
Decimal 74 218 64 0.66 0 0.71 0.15 116.1 0.68 0.55
Hex 4A DA 40 42 0 47 F 74 44 37
Octal 112 332 100 102 0 107 17 164 104 67
Binary 1001010 11011010 1000000 1000010 0 1000111 1111 1110100 1000100 110111

Color Harmonies of #4ADA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADA40

Black with #4ADA40

Text Example


Text Example

White with #4ADA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,218,64); }

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

background-color css

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

 a { background-color: rgb(74,218,64); }

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

border-color css

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

 span { border-color: rgb(74,218,64); }

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