Html Css Color HEX #4DEE3D Lime Green

📋 copy color: '#4DEE3D'

red 77 ◦ green 238 ◦ blue 61

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

Shades of Lime Green #4DEE3D

Tints of Lime Green #4DEE3D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 63.3%

 BLUE value IS 61 (24.22% from 255) = 16.22%

R = 20.48%
G = 63.3%
B = 16.22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#4DEE3D (or 0x4DEE3D) is known color: Lime Green. HEX triplet: 4D, EE and 3D. RGB value is (77,238,61). Sum of RGB (Red+Green+Blue) = 77+238+61=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 238 (93.36% from 255 or 63.30% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEE3D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEE3D is #B211C2. Grayscale: #AAAAAA. Windows color (decimal): -11669955 or 4058701. OLE color: 4058701.

HSL color Cylindrical-coordinate representation of color #4DEE3D: hue angle of 114.58º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4DEE3D is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 238 61 -
CMYK 0.68 0 0.74 0.07
HSL 114.58º 0.84% 0.59% -
HSV(B) 114.58º 0.74% 0.93% -
XYZ 34.48 63.06 14.77 -
YUV 169.68 66.66 61.89 -
System Red Green Blue C M Y K H S L
Decimal 77 238 61 0.68 0 0.74 0.07 114.58 0.84 0.59
Hex 4D EE 3D 44 0 4A 7 73 54 3B
Octal 115 356 75 104 0 112 7 163 124 73
Binary 1001101 11101110 111101 1000100 0 1001010 111 1110011 1010100 111011

Color Harmonies of #4DEE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEE3D

Black with #4DEE3D

Text Example


Text Example

White with #4DEE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,238,61); }

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

background-color css

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

 a { background-color: rgb(77,238,61); }

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

border-color css

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

 span { border-color: rgb(77,238,61); }

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