Html Css Color HEX #4ADA51 Lime Green

📋 copy color: '#4ADA51'

red 74 ◦ green 218 ◦ blue 81

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

Shades of Lime Green #4ADA51

Tints of Lime Green #4ADA51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.72%

R = 19.84%
G = 58.45%
B = 21.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#4ADA51 (or 0x4ADA51) is known color: Lime Green. HEX triplet: 4A, DA and 51. RGB value is (74,218,81). Sum of RGB (Red+Green+Blue) = 74+218+81=373 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.84% from 373); Green value is 218 (85.55% from 255 or 58.45% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADA51 is #B525AE. Grayscale: #9F9F9F. Windows color (decimal): -11871663 or 5364298. OLE color: 5364298.

HSL color Cylindrical-coordinate representation of color #4ADA51: hue angle of 122.92º 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 #4ADA51 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 218 81 -
CMYK 0.66 0 0.63 0.15
HSL 122.92º 0.66% 0.57% -
HSV(B) 122.92º 0.66% 0.85% -
XYZ 29.38 52.19 16.31 -
YUV 159.33 83.79 67.14 -
System Red Green Blue C M Y K H S L
Decimal 74 218 81 0.66 0 0.63 0.15 122.92 0.66 0.57
Hex 4A DA 51 42 0 3F F 7B 42 39
Octal 112 332 121 102 0 77 17 173 102 71
Binary 1001010 11011010 1010001 1000010 0 111111 1111 1111011 1000010 111001

Color Harmonies of #4ADA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADA51

Black with #4ADA51

Text Example


Text Example

White with #4ADA51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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