Html Css Color HEX #4DE348 Lime Green

📋 copy color: '#4DE348'

red 77 ◦ green 227 ◦ blue 72

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

Shades of Lime Green #4DE348

Tints of Lime Green #4DE348

RGB

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

 GREEN value IS 227 (89.06% from 255) = 60.37%

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 20.48%
G = 60.37%
B = 19.15%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#4DE348 (or 0x4DE348) is known color: Lime Green. HEX triplet: 4D, E3 and 48. RGB value is (77,227,72). Sum of RGB (Red+Green+Blue) = 77+227+72=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 227 (89.06% from 255 or 60.37% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 227 - color contains mainly: green. Hex color #4DE348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DE348 is #B21CB7. Grayscale: #A4A4A4. Windows color (decimal): -11672760 or 4776781. OLE color: 4776781.

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

Color convert

RGB 77 227 72 -
CMYK 0.66 0 0.68 0.11
HSL 118.06º 0.73% 0.59% -
HSV(B) 118.06º 0.68% 0.89% -
XYZ 31.7 56.98 15.46 -
YUV 164.48 75.81 65.6 -
System Red Green Blue C M Y K H S L
Decimal 77 227 72 0.66 0 0.68 0.11 118.06 0.73 0.59
Hex 4D E3 48 42 0 44 B 76 49 3B
Octal 115 343 110 102 0 104 13 166 111 73
Binary 1001101 11100011 1001000 1000010 0 1000100 1011 1110110 1001001 111011

Color Harmonies of #4DE348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE348

Black with #4DE348

Text Example


Text Example

White with #4DE348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,227,72); }

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

background-color css

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

 a { background-color: rgb(77,227,72); }

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

border-color css

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

 span { border-color: rgb(77,227,72); }

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