Html Css Color HEX #4DE240 Lime Green

📋 copy color: '#4DE240'

red 77 ◦ green 226 ◦ blue 64

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

Shades of Lime Green #4DE240

Tints of Lime Green #4DE240

RGB

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

 GREEN value IS 226 (88.67% from 255) = 61.58%

 BLUE value IS 64 (25.39% from 255) = 17.44%

R = 20.98%
G = 61.58%
B = 17.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#4DE240 (or 0x4DE240) is known color: Lime Green. HEX triplet: 4D, E2 and 40. RGB value is (77,226,64). Sum of RGB (Red+Green+Blue) = 77+226+64=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 226 (88.67% from 255 or 61.58% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 226 - color contains mainly: green. Hex color #4DE240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DE240 is #B21DBF. Grayscale: #A3A3A3. Windows color (decimal): -11673024 or 4252237. OLE color: 4252237.

HSL color Cylindrical-coordinate representation of color #4DE240: hue angle of 115.19º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4DE240 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 77 226 64 -
CMYK 0.66 0 0.72 0.11
HSL 115.19º 0.74% 0.57% -
HSV(B) 115.19º 0.72% 0.89% -
XYZ 31.18 56.34 14.08 -
YUV 162.98 72.14 66.67 -
System Red Green Blue C M Y K H S L
Decimal 77 226 64 0.66 0 0.72 0.11 115.19 0.74 0.57
Hex 4D E2 40 42 0 48 B 73 4A 39
Octal 115 342 100 102 0 110 13 163 112 71
Binary 1001101 11100010 1000000 1000010 0 1001000 1011 1110011 1001010 111001

Color Harmonies of #4DE240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE240

Black with #4DE240

Text Example


Text Example

White with #4DE240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,226,64); }

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

background-color css

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

 a { background-color: rgb(77,226,64); }

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

border-color css

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

 span { border-color: rgb(77,226,64); }

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