Html Css Color HEX #4AD545 Lime Green

📋 copy color: '#4AD545'

red 74 ◦ green 213 ◦ blue 69

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

Shades of Lime Green #4AD545

Tints of Lime Green #4AD545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.38%

R = 20.79%
G = 59.83%
B = 19.38%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#4AD545 (or 0x4AD545) is known color: Lime Green. HEX triplet: 4A, D5 and 45. RGB value is (74,213,69). Sum of RGB (Red+Green+Blue) = 74+213+69=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD545 is #B52ABA. Grayscale: #9B9B9B. Windows color (decimal): -11872955 or 4576586. OLE color: 4576586.

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

Color convert

RGB 74 213 69 -
CMYK 0.65 0 0.68 0.16
HSL 117.92º 0.63% 0.55% -
HSV(B) 117.92º 0.68% 0.84% -
XYZ 27.69 49.47 13.72 -
YUV 155.02 79.45 70.21 -
System Red Green Blue C M Y K H S L
Decimal 74 213 69 0.65 0 0.68 0.16 117.92 0.63 0.55
Hex 4A D5 45 41 0 44 10 76 3F 37
Octal 112 325 105 101 0 104 20 166 77 67
Binary 1001010 11010101 1000101 1000001 0 1000100 10000 1110110 111111 110111

Color Harmonies of #4AD545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD545

Black with #4AD545

Text Example


Text Example

White with #4AD545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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