Html Css Color HEX #4CD648 Lime Green

📋 copy color: '#4CD648'

red 76 ◦ green 214 ◦ blue 72

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

Shades of Lime Green #4CD648

Tints of Lime Green #4CD648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.12%

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

R = 20.99%
G = 59.12%
B = 19.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#4CD648 (or 0x4CD648) is known color: Lime Green. HEX triplet: 4C, D6 and 48. RGB value is (76,214,72). Sum of RGB (Red+Green+Blue) = 76+214+72=362 (47% of max value = 765). Red value is 76 (30.08% from 255 or 20.99% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #4CD648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD648 is #B329B7. Grayscale: #9C9C9C. Windows color (decimal): -11741624 or 4773452. OLE color: 4773452.

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

Color convert

RGB 76 214 72 -
CMYK 0.64 0 0.66 0.16
HSL 118.31º 0.63% 0.56% -
HSV(B) 118.31º 0.66% 0.84% -
XYZ 28.2 50.1 14.31 -
YUV 156.55 80.28 70.55 -
System Red Green Blue C M Y K H S L
Decimal 76 214 72 0.64 0 0.66 0.16 118.31 0.63 0.56
Hex 4C D6 48 40 0 42 10 76 3F 38
Octal 114 326 110 100 0 102 20 166 77 70
Binary 1001100 11010110 1001000 1000000 0 1000010 10000 1110110 111111 111000

Color Harmonies of #4CD648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD648

Black with #4CD648

Text Example


Text Example

White with #4CD648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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