Html Css Color HEX #48DC51 Lime Green

📋 copy color: '#48DC51'

red 72 ◦ green 220 ◦ blue 81

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

Shades of Lime Green #48DC51

Tints of Lime Green #48DC51

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.98%

 BLUE value IS 81 (32.03% from 255) = 21.72%

R = 19.3%
G = 58.98%
B = 21.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#48DC51 (or 0x48DC51) is known color: Lime Green. HEX triplet: 48, DC and 51. RGB value is (72,220,81). Sum of RGB (Red+Green+Blue) = 72+220+81=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 220 (86.33% from 255 or 58.98% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 220 - color contains mainly: green. Hex color #48DC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DC51 is #B723AE. Grayscale: #A0A0A0. Windows color (decimal): -12002223 or 5364808. OLE color: 5364808.

HSL color Cylindrical-coordinate representation of color #48DC51: hue angle of 123.65º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DC51 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 220 81 -
CMYK 0.67 0 0.63 0.14
HSL 123.65º 0.68% 0.57% -
HSV(B) 123.65º 0.67% 0.86% -
XYZ 29.75 53.16 16.48 -
YUV 159.9 83.47 65.3 -
System Red Green Blue C M Y K H S L
Decimal 72 220 81 0.67 0 0.63 0.14 123.65 0.68 0.57
Hex 48 DC 51 43 0 3F E 7C 44 39
Octal 110 334 121 103 0 77 16 174 104 71
Binary 1001000 11011100 1010001 1000011 0 111111 1110 1111100 1000100 111001

Color Harmonies of #48DC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DC51

Black with #48DC51

Text Example


Text Example

White with #48DC51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,220,81); }

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

background-color css

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

 a { background-color: rgb(72,220,81); }

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

border-color css

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

 span { border-color: rgb(72,220,81); }

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