Html Css Color HEX #4AD551 Lime Green

📋 copy color: '#4AD551'

red 74 ◦ green 213 ◦ blue 81

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

Shades of Lime Green #4AD551

Tints of Lime Green #4AD551

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.88%

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

R = 20.11%
G = 57.88%
B = 22.01%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#4AD551 (or 0x4AD551) is known color: Lime Green. HEX triplet: 4A, D5 and 51. RGB value is (74,213,81). Sum of RGB (Red+Green+Blue) = 74+213+81=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 213 (83.59% from 255 or 57.88% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD551 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD551 is #B52AAE. Grayscale: #9C9C9C. Windows color (decimal): -11872943 or 5363018. OLE color: 5363018.

HSL color Cylindrical-coordinate representation of color #4AD551: hue angle of 123.02º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD551 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 213 81 -
CMYK 0.65 0 0.62 0.16
HSL 123.02º 0.62% 0.56% -
HSV(B) 123.02º 0.65% 0.84% -
XYZ 28.1 49.64 15.88 -
YUV 156.39 85.45 69.23 -
System Red Green Blue C M Y K H S L
Decimal 74 213 81 0.65 0 0.62 0.16 123.02 0.62 0.56
Hex 4A D5 51 41 0 3E 10 7B 3E 38
Octal 112 325 121 101 0 76 20 173 76 70
Binary 1001010 11010101 1010001 1000001 0 111110 10000 1111011 111110 111000

Color Harmonies of #4AD551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD551

Black with #4AD551

Text Example


Text Example

White with #4AD551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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