Html Css Color HEX #4AD13C Lime Green

📋 copy color: '#4AD13C'

red 74 ◦ green 209 ◦ blue 60

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

Shades of Lime Green #4AD13C

Tints of Lime Green #4AD13C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 60.93%

 BLUE value IS 60 (23.83% from 255) = 17.49%

R = 21.57%
G = 60.93%
B = 17.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#4AD13C (or 0x4AD13C) is known color: Lime Green. HEX triplet: 4A, D1 and 3C. RGB value is (74,209,60). Sum of RGB (Red+Green+Blue) = 74+209+60=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 209 (82.03% from 255 or 60.93% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 209 - color contains mainly: green. Hex color #4AD13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD13C is #B52EC3. Grayscale: #989898. Windows color (decimal): -11873988 or 3985738. OLE color: 3985738.

HSL color Cylindrical-coordinate representation of color #4AD13C: hue angle of 114.36º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AD13C is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 209 60 -
CMYK 0.65 0 0.71 0.18
HSL 114.36º 0.62% 0.53% -
HSV(B) 114.36º 0.71% 0.82% -
XYZ 26.44 47.38 12.03 -
YUV 151.65 76.27 72.62 -
System Red Green Blue C M Y K H S L
Decimal 74 209 60 0.65 0 0.71 0.18 114.36 0.62 0.53
Hex 4A D1 3C 41 0 47 12 72 3E 35
Octal 112 321 74 101 0 107 22 162 76 65
Binary 1001010 11010001 111100 1000001 0 1000111 10010 1110010 111110 110101

Color Harmonies of #4AD13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD13C

Black with #4AD13C

Text Example


Text Example

White with #4AD13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,209,60); }

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

background-color css

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

 a { background-color: rgb(74,209,60); }

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

border-color css

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

 span { border-color: rgb(74,209,60); }

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