Html Css Color HEX #4ADE51 Lime Green

📋 copy color: '#4ADE51'

red 74 ◦ green 222 ◦ blue 81

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

Shades of Lime Green #4ADE51

Tints of Lime Green #4ADE51

RGB

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

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

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

R = 19.63%
G = 58.89%
B = 21.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#4ADE51 (or 0x4ADE51) is known color: Lime Green. HEX triplet: 4A, DE and 51. RGB value is (74,222,81). Sum of RGB (Red+Green+Blue) = 74+222+81=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 222 (87.11% from 255 or 58.89% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADE51 is #B521AE. Grayscale: #A2A2A2. Windows color (decimal): -11870639 or 5365322. OLE color: 5365322.

HSL color Cylindrical-coordinate representation of color #4ADE51: hue angle of 122.84º 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 #4ADE51 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 222 81 -
CMYK 0.67 0 0.64 0.13
HSL 122.84º 0.69% 0.58% -
HSV(B) 122.84º 0.67% 0.87% -
XYZ 30.43 54.29 16.66 -
YUV 161.67 82.47 65.46 -
System Red Green Blue C M Y K H S L
Decimal 74 222 81 0.67 0 0.64 0.13 122.84 0.69 0.58
Hex 4A DE 51 43 0 40 D 7B 45 3A
Octal 112 336 121 103 0 100 15 173 105 72
Binary 1001010 11011110 1010001 1000011 0 1000000 1101 1111011 1000101 111010

Color Harmonies of #4ADE51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADE51

Black with #4ADE51

Text Example


Text Example

White with #4ADE51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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