Html Css Color HEX #4CC748 Lime Green

📋 copy color: '#4CC748'

red 76 ◦ green 199 ◦ blue 72

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

Shades of Lime Green #4CC748

Tints of Lime Green #4CC748

RGB

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

 GREEN value IS 199 (78.13% from 255) = 57.35%

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

R = 21.9%
G = 57.35%
B = 20.75%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#4CC748 (or 0x4CC748) is known color: Lime Green. HEX triplet: 4C, C7 and 48. RGB value is (76,199,72). Sum of RGB (Red+Green+Blue) = 76+199+72=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 199 (78.12% from 255 or 57.35% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 199 - color contains mainly: green. Hex color #4CC748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC748 is #B338B7. Grayscale: #949494. Windows color (decimal): -11745464 or 4769612. OLE color: 4769612.

HSL color Cylindrical-coordinate representation of color #4CC748: hue angle of 118.11º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CC748 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 76 199 72 -
CMYK 0.62 0 0.64 0.22
HSL 118.11º 0.53% 0.53% -
HSV(B) 118.11º 0.64% 0.78% -
XYZ 24.57 42.85 13.11 -
YUV 147.75 85.25 76.83 -
System Red Green Blue C M Y K H S L
Decimal 76 199 72 0.62 0 0.64 0.22 118.11 0.53 0.53
Hex 4C C7 48 3E 0 40 16 76 35 35
Octal 114 307 110 76 0 100 26 166 65 65
Binary 1001100 11000111 1001000 111110 0 1000000 10110 1110110 110101 110101

Color Harmonies of #4CC748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC748

Black with #4CC748

Text Example


Text Example

White with #4CC748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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