Html Css Color HEX #4AD83D Lime Green

📋 copy color: '#4AD83D'

red 74 ◦ green 216 ◦ blue 61

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

Shades of Lime Green #4AD83D

Tints of Lime Green #4AD83D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 61.54%

 BLUE value IS 61 (24.22% from 255) = 17.38%

R = 21.08%
G = 61.54%
B = 17.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#4AD83D (or 0x4AD83D) is known color: Lime Green. HEX triplet: 4A, D8 and 3D. RGB value is (74,216,61). Sum of RGB (Red+Green+Blue) = 74+216+61=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 216 (84.77% from 255 or 61.54% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD83D is #B527C2. Grayscale: #9C9C9C. Windows color (decimal): -11872195 or 4053066. OLE color: 4053066.

HSL color Cylindrical-coordinate representation of color #4AD83D: hue angle of 114.97º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4AD83D is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 216 61 -
CMYK 0.66 0 0.72 0.15
HSL 114.97º 0.67% 0.54% -
HSV(B) 114.97º 0.72% 0.85% -
XYZ 28.22 50.9 12.75 -
YUV 155.87 74.46 69.6 -
System Red Green Blue C M Y K H S L
Decimal 74 216 61 0.66 0 0.72 0.15 114.97 0.67 0.54
Hex 4A D8 3D 42 0 48 F 73 43 36
Octal 112 330 75 102 0 110 17 163 103 66
Binary 1001010 11011000 111101 1000010 0 1001000 1111 1110011 1000011 110110

Color Harmonies of #4AD83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD83D

Black with #4AD83D

Text Example


Text Example

White with #4AD83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,216,61); }

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

background-color css

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

 a { background-color: rgb(74,216,61); }

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

border-color css

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

 span { border-color: rgb(74,216,61); }

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