Html Css Color HEX #48D951 Lime Green

📋 copy color: '#48D951'

red 72 ◦ green 217 ◦ blue 81

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

Shades of Lime Green #48D951

Tints of Lime Green #48D951

RGB

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

 GREEN value IS 217 (85.16% from 255) = 58.65%

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

R = 19.46%
G = 58.65%
B = 21.89%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#48D951 (or 0x48D951) is known color: Lime Green. HEX triplet: 48, D9 and 51. RGB value is (72,217,81). Sum of RGB (Red+Green+Blue) = 72+217+81=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 217 (85.16% from 255 or 58.65% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 217 - color contains mainly: green. Hex color #48D951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D951 is #B726AE. Grayscale: #9E9E9E. Windows color (decimal): -12002991 or 5364040. OLE color: 5364040.

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

Color convert

RGB 72 217 81 -
CMYK 0.67 0 0.63 0.15
HSL 123.72º 0.66% 0.57% -
HSV(B) 123.72º 0.67% 0.85% -
XYZ 28.97 51.6 16.22 -
YUV 158.14 84.46 66.56 -
System Red Green Blue C M Y K H S L
Decimal 72 217 81 0.67 0 0.63 0.15 123.72 0.66 0.57
Hex 48 D9 51 43 0 3F F 7C 42 39
Octal 110 331 121 103 0 77 17 174 102 71
Binary 1001000 11011001 1010001 1000011 0 111111 1111 1111100 1000010 111001

Color Harmonies of #48D951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D951

Black with #48D951

Text Example


Text Example

White with #48D951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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