Html Css Color HEX #4DDD52 Lime Green

📋 copy color: '#4DDD52'

red 77 ◦ green 221 ◦ blue 82

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

Shades of Lime Green #4DDD52

Tints of Lime Green #4DDD52

RGB

 RED value IS 77 (30.47% from 255) = 20.26%

 GREEN value IS 221 (86.72% from 255) = 58.16%

 BLUE value IS 82 (32.42% from 255) = 21.58%

R = 20.26%
G = 58.16%
B = 21.58%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#4DDD52 (or 0x4DDD52) is known color: Lime Green. HEX triplet: 4D, DD and 52. RGB value is (77,221,82). Sum of RGB (Red+Green+Blue) = 77+221+82=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 221 (86.72% from 255 or 58.16% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDD52 is #B222AD. Grayscale: #A2A2A2. Windows color (decimal): -11674286 or 5430605. OLE color: 5430605.

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

Color convert

RGB 77 221 82 -
CMYK 0.65 0 0.63 0.13
HSL 122.08º 0.68% 0.58% -
HSV(B) 122.08º 0.65% 0.87% -
XYZ 30.44 53.9 16.78 -
YUV 162.1 82.79 67.3 -
System Red Green Blue C M Y K H S L
Decimal 77 221 82 0.65 0 0.63 0.13 122.08 0.68 0.58
Hex 4D DD 52 41 0 3F D 7A 44 3A
Octal 115 335 122 101 0 77 15 172 104 72
Binary 1001101 11011101 1010010 1000001 0 111111 1101 1111010 1000100 111010

Color Harmonies of #4DDD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDD52

Black with #4DDD52

Text Example


Text Example

White with #4DDD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,221,82); }

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

background-color css

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

 a { background-color: rgb(77,221,82); }

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

border-color css

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

 span { border-color: rgb(77,221,82); }

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