Html Css Color HEX #4DEC34 Lime Green

📋 copy color: '#4DEC34'

red 77 ◦ green 236 ◦ blue 52

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

Shades of Lime Green #4DEC34

Tints of Lime Green #4DEC34

RGB

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

 GREEN value IS 236 (92.58% from 255) = 64.66%

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

R = 21.1%
G = 64.66%
B = 14.25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#4DEC34 (or 0x4DEC34) is known color: Lime Green. HEX triplet: 4D, EC and 34. RGB value is (77,236,52). Sum of RGB (Red+Green+Blue) = 77+236+52=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 236 (92.58% from 255 or 64.66% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEC34 is #B213CB. Grayscale: #A8A8A8. Windows color (decimal): -11670476 or 3468365. OLE color: 3468365.

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

Color convert

RGB 77 236 52 -
CMYK 0.67 0 0.78 0.07
HSL 111.85º 0.83% 0.56% -
HSV(B) 111.85º 0.78% 0.93% -
XYZ 33.68 61.82 13.41 -
YUV 167.48 62.82 63.46 -
System Red Green Blue C M Y K H S L
Decimal 77 236 52 0.67 0 0.78 0.07 111.85 0.83 0.56
Hex 4D EC 34 43 0 4E 7 70 53 38
Octal 115 354 64 103 0 116 7 160 123 70
Binary 1001101 11101100 110100 1000011 0 1001110 111 1110000 1010011 111000

Color Harmonies of #4DEC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEC34

Black with #4DEC34

Text Example


Text Example

White with #4DEC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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