Html Css Color HEX #4DD031 Lime Green

📋 copy color: '#4DD031'

red 77 ◦ green 208 ◦ blue 49

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

Shades of Lime Green #4DD031

Tints of Lime Green #4DD031

RGB

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

 GREEN value IS 208 (81.64% from 255) = 62.28%

 BLUE value IS 49 (19.53% from 255) = 14.67%

R = 23.05%
G = 62.28%
B = 14.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#4DD031 (or 0x4DD031) is known color: Lime Green. HEX triplet: 4D, D0 and 31. RGB value is (77,208,49). Sum of RGB (Red+Green+Blue) = 77+208+49=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 208 (81.64% from 255 or 62.28% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD031 is #B22FCE. Grayscale: #979797. Windows color (decimal): -11677647 or 3264589. OLE color: 3264589.

HSL color Cylindrical-coordinate representation of color #4DD031: hue angle of 109.43º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4DD031 is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 77 208 49 -
CMYK 0.63 0 0.76 0.18
HSL 109.43º 0.63% 0.5% -
HSV(B) 109.43º 0.76% 0.82% -
XYZ 26.17 46.91 10.58 -
YUV 150.71 70.6 75.43 -
System Red Green Blue C M Y K H S L
Decimal 77 208 49 0.63 0 0.76 0.18 109.43 0.63 0.5
Hex 4D D0 31 3F 0 4C 12 6D 3F 32
Octal 115 320 61 77 0 114 22 155 77 62
Binary 1001101 11010000 110001 111111 0 1001100 10010 1101101 111111 110010

Color Harmonies of #4DD031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD031

Black with #4DD031

Text Example


Text Example

White with #4DD031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,208,49); }

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

background-color css

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

 a { background-color: rgb(77,208,49); }

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

border-color css

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

 span { border-color: rgb(77,208,49); }

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