Html Css Color HEX #4DD83C Lime Green

📋 copy color: '#4DD83C'

red 77 ◦ green 216 ◦ blue 60

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

Shades of Lime Green #4DD83C

Tints of Lime Green #4DD83C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 61.19%

 BLUE value IS 60 (23.83% from 255) = 17%

R = 21.81%
G = 61.19%
B = 17%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#4DD83C (or 0x4DD83C) is known color: Lime Green. HEX triplet: 4D, D8 and 3C. RGB value is (77,216,60). Sum of RGB (Red+Green+Blue) = 77+216+60=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 216 (84.77% from 255 or 61.19% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD83C is #B227C3. Grayscale: #9D9D9D. Windows color (decimal): -11675588 or 3987533. OLE color: 3987533.

HSL color Cylindrical-coordinate representation of color #4DD83C: hue angle of 113.46º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4DD83C is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 77 216 60 -
CMYK 0.64 0 0.72 0.15
HSL 113.46º 0.67% 0.54% -
HSV(B) 113.46º 0.72% 0.85% -
XYZ 28.43 51.02 12.62 -
YUV 156.66 73.45 71.18 -
System Red Green Blue C M Y K H S L
Decimal 77 216 60 0.64 0 0.72 0.15 113.46 0.67 0.54
Hex 4D D8 3C 40 0 48 F 71 43 36
Octal 115 330 74 100 0 110 17 161 103 66
Binary 1001101 11011000 111100 1000000 0 1001000 1111 1110001 1000011 110110

Color Harmonies of #4DD83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD83C

Black with #4DD83C

Text Example


Text Example

White with #4DD83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,216,60); }

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

background-color css

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

 a { background-color: rgb(77,216,60); }

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

border-color css

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

 span { border-color: rgb(77,216,60); }

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