Html Css Color HEX #48E151 Lime Green

📋 copy color: '#48E151'

red 72 ◦ green 225 ◦ blue 81

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

Shades of Lime Green #48E151

Tints of Lime Green #48E151

RGB

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

 GREEN value IS 225 (88.28% from 255) = 59.52%

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

R = 19.05%
G = 59.52%
B = 21.43%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#48E151 (or 0x48E151) is known color: Lime Green. HEX triplet: 48, E1 and 51. RGB value is (72,225,81). Sum of RGB (Red+Green+Blue) = 72+225+81=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 225 (88.28% from 255 or 59.52% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 225 - color contains mainly: green. Hex color #48E151 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E151 is #B71EAE. Grayscale: #A3A3A3. Windows color (decimal): -12000943 or 5366088. OLE color: 5366088.

HSL color Cylindrical-coordinate representation of color #48E151: hue angle of 123.53º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E151 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 225 81 -
CMYK 0.68 0 0.64 0.12
HSL 123.53º 0.72% 0.58% -
HSV(B) 123.53º 0.68% 0.88% -
XYZ 31.08 55.82 16.92 -
YUV 162.84 81.81 63.21 -
System Red Green Blue C M Y K H S L
Decimal 72 225 81 0.68 0 0.64 0.12 123.53 0.72 0.58
Hex 48 E1 51 44 0 40 C 7C 48 3A
Octal 110 341 121 104 0 100 14 174 110 72
Binary 1001000 11100001 1010001 1000100 0 1000000 1100 1111100 1001000 111010

Color Harmonies of #48E151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E151

Black with #48E151

Text Example


Text Example

White with #48E151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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