Html Css Color HEX #48D544 Lime Green

📋 copy color: '#48D544'

red 72 ◦ green 213 ◦ blue 68

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

Shades of Lime Green #48D544

Tints of Lime Green #48D544

RGB

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

 GREEN value IS 213 (83.59% from 255) = 60.34%

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

R = 20.4%
G = 60.34%
B = 19.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#48D544 (or 0x48D544) is known color: Lime Green. HEX triplet: 48, D5 and 44. RGB value is (72,213,68). Sum of RGB (Red+Green+Blue) = 72+213+68=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 213 (83.59% from 255 or 60.34% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 213 - color contains mainly: green. Hex color #48D544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D544 is #B72ABB. Grayscale: #9A9A9A. Windows color (decimal): -12004028 or 4511048. OLE color: 4511048.

HSL color Cylindrical-coordinate representation of color #48D544: hue angle of 118.34º degrees, saturation: 0.63, 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 #48D544 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 213 68 -
CMYK 0.66 0 0.68 0.16
HSL 118.34º 0.63% 0.55% -
HSV(B) 118.34º 0.68% 0.84% -
XYZ 27.51 49.38 13.55 -
YUV 154.31 79.29 69.29 -
System Red Green Blue C M Y K H S L
Decimal 72 213 68 0.66 0 0.68 0.16 118.34 0.63 0.55
Hex 48 D5 44 42 0 44 10 76 3F 37
Octal 110 325 104 102 0 104 20 166 77 67
Binary 1001000 11010101 1000100 1000010 0 1000100 10000 1110110 111111 110111

Color Harmonies of #48D544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D544

Black with #48D544

Text Example


Text Example

White with #48D544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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