Html Css Color HEX #4DEE34 Lime Green

📋 copy color: '#4DEE34'

red 77 ◦ green 238 ◦ blue 52

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

Shades of Lime Green #4DEE34

Tints of Lime Green #4DEE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.17%

R = 20.98%
G = 64.85%
B = 14.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#4DEE34 (or 0x4DEE34) is known color: Lime Green. HEX triplet: 4D, EE and 34. RGB value is (77,238,52). Sum of RGB (Red+Green+Blue) = 77+238+52=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 238 (93.36% from 255 or 64.85% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEE34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEE34 is #B211CB. Grayscale: #A9A9A9. Windows color (decimal): -11669964 or 3468877. OLE color: 3468877.

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

Color convert

RGB 77 238 52 -
CMYK 0.68 0 0.78 0.07
HSL 111.94º 0.85% 0.57% -
HSV(B) 111.94º 0.78% 0.93% -
XYZ 34.25 62.97 13.6 -
YUV 168.66 62.16 62.62 -
System Red Green Blue C M Y K H S L
Decimal 77 238 52 0.68 0 0.78 0.07 111.94 0.85 0.57
Hex 4D EE 34 44 0 4E 7 70 55 39
Octal 115 356 64 104 0 116 7 160 125 71
Binary 1001101 11101110 110100 1000100 0 1001110 111 1110000 1010101 111001

Color Harmonies of #4DEE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEE34

Black with #4DEE34

Text Example


Text Example

White with #4DEE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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