Html Css Color HEX #4ADA4D Lime Green

📋 copy color: '#4ADA4D'

red 74 ◦ green 218 ◦ blue 77

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

Shades of Lime Green #4ADA4D

Tints of Lime Green #4ADA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.87%

R = 20.05%
G = 59.08%
B = 20.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#4ADA4D (or 0x4ADA4D) is known color: Lime Green. HEX triplet: 4A, DA and 4D. RGB value is (74,218,77). Sum of RGB (Red+Green+Blue) = 74+218+77=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 218 (85.55% from 255 or 59.08% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADA4D is #B525B2. Grayscale: #9F9F9F. Windows color (decimal): -11871667 or 5102154. OLE color: 5102154.

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

Color convert

RGB 74 218 77 -
CMYK 0.66 0 0.65 0.15
HSL 121.25º 0.66% 0.57% -
HSV(B) 121.25º 0.66% 0.85% -
XYZ 29.24 52.13 15.54 -
YUV 158.87 81.79 67.46 -
System Red Green Blue C M Y K H S L
Decimal 74 218 77 0.66 0 0.65 0.15 121.25 0.66 0.57
Hex 4A DA 4D 42 0 41 F 79 42 39
Octal 112 332 115 102 0 101 17 171 102 71
Binary 1001010 11011010 1001101 1000010 0 1000001 1111 1111001 1000010 111001

Color Harmonies of #4ADA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADA4D

Black with #4ADA4D

Text Example


Text Example

White with #4ADA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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