Html Css Color HEX #4DD034 Lime Green

📋 copy color: '#4DD034'

red 77 ◦ green 208 ◦ blue 52

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

Shades of Lime Green #4DD034

Tints of Lime Green #4DD034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.43%

R = 22.85%
G = 61.72%
B = 15.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#4DD034 (or 0x4DD034) is known color: Lime Green. HEX triplet: 4D, D0 and 34. RGB value is (77,208,52). Sum of RGB (Red+Green+Blue) = 77+208+52=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 208 (81.64% from 255 or 61.72% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD034 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD034 is #B22FCB. Grayscale: #979797. Windows color (decimal): -11677644 or 3461197. OLE color: 3461197.

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

Color convert

RGB 77 208 52 -
CMYK 0.63 0 0.75 0.18
HSL 110.38º 0.62% 0.51% -
HSV(B) 110.38º 0.75% 0.82% -
XYZ 26.24 46.94 10.93 -
YUV 151.05 72.1 75.18 -
System Red Green Blue C M Y K H S L
Decimal 77 208 52 0.63 0 0.75 0.18 110.38 0.62 0.51
Hex 4D D0 34 3F 0 4B 12 6E 3E 33
Octal 115 320 64 77 0 113 22 156 76 63
Binary 1001101 11010000 110100 111111 0 1001011 10010 1101110 111110 110011

Color Harmonies of #4DD034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD034

Black with #4DD034

Text Example


Text Example

White with #4DD034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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