Html Css Color HEX #4DDA34 Lime Green

📋 copy color: '#4DDA34'

red 77 ◦ green 218 ◦ blue 52

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

Shades of Lime Green #4DDA34

Tints of Lime Green #4DDA34

RGB

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

 GREEN value IS 218 (85.55% from 255) = 62.82%

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

R = 22.19%
G = 62.82%
B = 14.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#4DDA34 (or 0x4DDA34) is known color: Lime Green. HEX triplet: 4D, DA and 34. RGB value is (77,218,52). Sum of RGB (Red+Green+Blue) = 77+218+52=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 218 (85.55% from 255 or 62.82% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDA34 is #B225CB. Grayscale: #9D9D9D. Windows color (decimal): -11675084 or 3463757. OLE color: 3463757.

HSL color Cylindrical-coordinate representation of color #4DDA34: hue angle of 110.96º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4DDA34 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 77 218 52 -
CMYK 0.65 0 0.76 0.15
HSL 110.96º 0.69% 0.53% -
HSV(B) 110.96º 0.76% 0.85% -
XYZ 28.75 51.97 11.76 -
YUV 156.92 68.79 71 -
System Red Green Blue C M Y K H S L
Decimal 77 218 52 0.65 0 0.76 0.15 110.96 0.69 0.53
Hex 4D DA 34 41 0 4C F 6F 45 35
Octal 115 332 64 101 0 114 17 157 105 65
Binary 1001101 11011010 110100 1000001 0 1001100 1111 1101111 1000101 110101

Color Harmonies of #4DDA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDA34

Black with #4DDA34

Text Example


Text Example

White with #4DDA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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