Html Css Color HEX #4DDB34 Lime Green

📋 copy color: '#4DDB34'

red 77 ◦ green 219 ◦ blue 52

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

Shades of Lime Green #4DDB34

Tints of Lime Green #4DDB34

RGB

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

 GREEN value IS 219 (85.94% from 255) = 62.93%

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

R = 22.13%
G = 62.93%
B = 14.94%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#4DDB34 (or 0x4DDB34) is known color: Lime Green. HEX triplet: 4D, DB and 34. RGB value is (77,219,52). Sum of RGB (Red+Green+Blue) = 77+219+52=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 219 (85.94% from 255 or 62.93% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDB34 is #B224CB. Grayscale: #9E9E9E. Windows color (decimal): -11674828 or 3464013. OLE color: 3464013.

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

Color convert

RGB 77 219 52 -
CMYK 0.65 0 0.76 0.14
HSL 111.02º 0.7% 0.53% -
HSV(B) 111.02º 0.76% 0.86% -
XYZ 29.01 52.49 11.85 -
YUV 157.5 68.46 70.58 -
System Red Green Blue C M Y K H S L
Decimal 77 219 52 0.65 0 0.76 0.14 111.02 0.7 0.53
Hex 4D DB 34 41 0 4C E 6F 46 35
Octal 115 333 64 101 0 114 16 157 106 65
Binary 1001101 11011011 110100 1000001 0 1001100 1110 1101111 1000110 110101

Color Harmonies of #4DDB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDB34

Black with #4DDB34

Text Example


Text Example

White with #4DDB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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