Html Css Color HEX #48D744 Lime Green

📋 copy color: '#48D744'

red 72 ◦ green 215 ◦ blue 68

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

Shades of Lime Green #48D744

Tints of Lime Green #48D744

RGB

 RED value IS 72 (28.52% from 255) = 20.28%

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

 BLUE value IS 68 (26.95% from 255) = 19.15%

R = 20.28%
G = 60.56%
B = 19.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#48D744 (or 0x48D744) is known color: Lime Green. HEX triplet: 48, D7 and 44. RGB value is (72,215,68). Sum of RGB (Red+Green+Blue) = 72+215+68=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 215 (84.38% from 255 or 60.56% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 215 - color contains mainly: green. Hex color #48D744 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D744 is #B728BB. Grayscale: #9B9B9B. Windows color (decimal): -12003516 or 4511560. OLE color: 4511560.

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

Color convert

RGB 72 215 68 -
CMYK 0.67 0 0.68 0.16
HSL 118.37º 0.65% 0.55% -
HSV(B) 118.37º 0.68% 0.84% -
XYZ 28.02 50.4 13.72 -
YUV 155.49 78.62 68.45 -
System Red Green Blue C M Y K H S L
Decimal 72 215 68 0.67 0 0.68 0.16 118.37 0.65 0.55
Hex 48 D7 44 43 0 44 10 76 41 37
Octal 110 327 104 103 0 104 20 166 101 67
Binary 1001000 11010111 1000100 1000011 0 1000100 10000 1110110 1000001 110111

Color Harmonies of #48D744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D744

Black with #48D744

Text Example


Text Example

White with #48D744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48D744; }

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

 H1.HeaderClassName
 {
   color: #48D744;
 }
 .AnyTagClassName
 {
   color: #48D744;
 }
</style>

background-color css

<style>
 a { background-color: #48D744; }

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

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

border-color css

<style>
 span { border-color: #48D744; }

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

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