Html Css Color HEX #4CD748 Lime Green

📋 copy color: '#4CD748'

red 76 ◦ green 215 ◦ blue 72

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

Shades of Lime Green #4CD748

Tints of Lime Green #4CD748

RGB

 RED value IS 76 (30.08% from 255) = 20.94%

 GREEN value IS 215 (84.38% from 255) = 59.23%

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

R = 20.94%
G = 59.23%
B = 19.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#4CD748 (or 0x4CD748) is known color: Lime Green. HEX triplet: 4C, D7 and 48. RGB value is (76,215,72). Sum of RGB (Red+Green+Blue) = 76+215+72=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 215 (84.38% from 255 or 59.23% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 215 - color contains mainly: green. Hex color #4CD748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD748 is #B328B7. Grayscale: #9D9D9D. Windows color (decimal): -11741368 or 4773708. OLE color: 4773708.

HSL color Cylindrical-coordinate representation of color #4CD748: hue angle of 118.32º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CD748 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 76 215 72 -
CMYK 0.65 0 0.67 0.16
HSL 118.32º 0.64% 0.56% -
HSV(B) 118.32º 0.67% 0.84% -
XYZ 28.45 50.61 14.4 -
YUV 157.14 79.95 70.13 -
System Red Green Blue C M Y K H S L
Decimal 76 215 72 0.65 0 0.67 0.16 118.32 0.64 0.56
Hex 4C D7 48 41 0 43 10 76 40 38
Octal 114 327 110 101 0 103 20 166 100 70
Binary 1001100 11010111 1001000 1000001 0 1000011 10000 1110110 1000000 111000

Color Harmonies of #4CD748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD748

Black with #4CD748

Text Example


Text Example

White with #4CD748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,215,72); }

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

background-color css

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

 a { background-color: rgb(76,215,72); }

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

border-color css

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

 span { border-color: rgb(76,215,72); }

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