Html Css Color HEX #4DDA30 Lime Green

📋 copy color: '#4DDA30'

red 77 ◦ green 218 ◦ blue 48

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

Shades of Lime Green #4DDA30

Tints of Lime Green #4DDA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.99%

R = 22.45%
G = 63.56%
B = 13.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#4DDA30 (or 0x4DDA30) is known color: Lime Green. HEX triplet: 4D, DA and 30. RGB value is (77,218,48). Sum of RGB (Red+Green+Blue) = 77+218+48=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 218 (85.55% from 255 or 63.56% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDA30 is #B225CF. Grayscale: #9D9D9D. Windows color (decimal): -11675088 or 3201613. OLE color: 3201613.

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

Color convert

RGB 77 218 48 -
CMYK 0.65 0 0.78 0.15
HSL 109.76º 0.7% 0.52% -
HSV(B) 109.76º 0.78% 0.85% -
XYZ 28.67 51.93 11.31 -
YUV 156.46 66.79 71.32 -
System Red Green Blue C M Y K H S L
Decimal 77 218 48 0.65 0 0.78 0.15 109.76 0.7 0.52
Hex 4D DA 30 41 0 4E F 6E 46 34
Octal 115 332 60 101 0 116 17 156 106 64
Binary 1001101 11011010 110000 1000001 0 1001110 1111 1101110 1000110 110100

Color Harmonies of #4DDA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDA30

Black with #4DDA30

Text Example


Text Example

White with #4DDA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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