Html Css Color HEX #4DE130 Lime Green

📋 copy color: '#4DE130'

red 77 ◦ green 225 ◦ blue 48

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

Shades of Lime Green #4DE130

Tints of Lime Green #4DE130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 64.29%

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

R = 22%
G = 64.29%
B = 13.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#4DE130 (or 0x4DE130) is known color: Lime Green. HEX triplet: 4D, E1 and 30. RGB value is (77,225,48). Sum of RGB (Red+Green+Blue) = 77+225+48=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 225 (88.28% from 255 or 64.29% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 225 - color contains mainly: green. Hex color #4DE130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DE130 is #B21ECF. Grayscale: #A1A1A1. Windows color (decimal): -11673296 or 3203405. OLE color: 3203405.

HSL color Cylindrical-coordinate representation of color #4DE130: hue angle of 110.17º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4DE130 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 77 225 48 -
CMYK 0.66 0 0.79 0.12
HSL 110.17º 0.75% 0.54% -
HSV(B) 110.17º 0.79% 0.88% -
XYZ 30.52 55.64 11.93 -
YUV 160.57 64.47 68.39 -
System Red Green Blue C M Y K H S L
Decimal 77 225 48 0.66 0 0.79 0.12 110.17 0.75 0.54
Hex 4D E1 30 42 0 4F C 6E 4B 36
Octal 115 341 60 102 0 117 14 156 113 66
Binary 1001101 11100001 110000 1000010 0 1001111 1100 1101110 1001011 110110

Color Harmonies of #4DE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE130

Black with #4DE130

Text Example


Text Example

White with #4DE130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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