Html Css Color HEX #4DD04E Lime Green

📋 copy color: '#4DD04E'

red 77 ◦ green 208 ◦ blue 78

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

Shades of Lime Green #4DD04E

Tints of Lime Green #4DD04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.49%

R = 21.21%
G = 57.3%
B = 21.49%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#4DD04E (or 0x4DD04E) is known color: Lime Green. HEX triplet: 4D, D0 and 4E. RGB value is (77,208,78). Sum of RGB (Red+Green+Blue) = 77+208+78=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD04E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD04E is #B22FB1. Grayscale: #9A9A9A. Windows color (decimal): -11677618 or 5165133. OLE color: 5165133.

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

Color convert

RGB 77 208 78 -
CMYK 0.63 0 0.62 0.18
HSL 120.46º 0.58% 0.56% -
HSV(B) 120.46º 0.63% 0.82% -
XYZ 26.99 47.24 14.9 -
YUV 154.01 85.1 73.07 -
System Red Green Blue C M Y K H S L
Decimal 77 208 78 0.63 0 0.62 0.18 120.46 0.58 0.56
Hex 4D D0 4E 3F 0 3E 12 78 3A 38
Octal 115 320 116 77 0 76 22 170 72 70
Binary 1001101 11010000 1001110 111111 0 111110 10010 1111000 111010 111000

Color Harmonies of #4DD04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD04E

Black with #4DD04E

Text Example


Text Example

White with #4DD04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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