Html Css Color HEX #4AD82F Lime Green

📋 copy color: '#4AD82F'

red 74 ◦ green 216 ◦ blue 47

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

Shades of Lime Green #4AD82F

Tints of Lime Green #4AD82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.95%

R = 21.96%
G = 64.09%
B = 13.95%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#4AD82F (or 0x4AD82F) is known color: Lime Green. HEX triplet: 4A, D8 and 2F. RGB value is (74,216,47). Sum of RGB (Red+Green+Blue) = 74+216+47=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 216 (84.77% from 255 or 64.09% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD82F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD82F is #B527D0. Grayscale: #9A9A9A. Windows color (decimal): -11872209 or 3135562. OLE color: 3135562.

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

Color convert

RGB 74 216 47 -
CMYK 0.66 0 0.78 0.15
HSL 110.41º 0.68% 0.52% -
HSV(B) 110.41º 0.78% 0.85% -
XYZ 27.89 50.77 11.02 -
YUV 154.28 67.46 70.74 -
System Red Green Blue C M Y K H S L
Decimal 74 216 47 0.66 0 0.78 0.15 110.41 0.68 0.52
Hex 4A D8 2F 42 0 4E F 6E 44 34
Octal 112 330 57 102 0 116 17 156 104 64
Binary 1001010 11011000 101111 1000010 0 1001110 1111 1101110 1000100 110100

Color Harmonies of #4AD82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD82F

Black with #4AD82F

Text Example


Text Example

White with #4AD82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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