Html Css Color HEX #4DD930 Lime Green

📋 copy color: '#4DD930'

red 77 ◦ green 217 ◦ blue 48

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

Shades of Lime Green #4DD930

Tints of Lime Green #4DD930

RGB

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

 GREEN value IS 217 (85.16% from 255) = 63.45%

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

R = 22.51%
G = 63.45%
B = 14.04%

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

#4DD930 (or 0x4DD930) is known color: Lime Green. HEX triplet: 4D, D9 and 30. RGB value is (77,217,48). Sum of RGB (Red+Green+Blue) = 77+217+48=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 217 (85.16% from 255 or 63.45% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD930 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD930 is #B226CF. Grayscale: #9C9C9C. Windows color (decimal): -11675344 or 3201357. OLE color: 3201357.

HSL color Cylindrical-coordinate representation of color #4DD930: hue angle of 109.7º degrees, saturation: 0.69, 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 #4DD930 is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 77 217 48 -
CMYK 0.65 0 0.78 0.15
HSL 109.7º 0.69% 0.52% -
HSV(B) 109.7º 0.78% 0.85% -
XYZ 28.41 51.42 11.22 -
YUV 155.87 67.12 71.74 -
System Red Green Blue C M Y K H S L
Decimal 77 217 48 0.65 0 0.78 0.15 109.7 0.69 0.52
Hex 4D D9 30 41 0 4E F 6E 45 34
Octal 115 331 60 101 0 116 17 156 105 64
Binary 1001101 11011001 110000 1000001 0 1001110 1111 1101110 1000101 110100

Color Harmonies of #4DD930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD930

Black with #4DD930

Text Example


Text Example

White with #4DD930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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