Html Css Color HEX #48E153 Lime Green

📋 copy color: '#48E153'

red 72 ◦ green 225 ◦ blue 83

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

Shades of Lime Green #48E153

Tints of Lime Green #48E153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.84%

R = 18.95%
G = 59.21%
B = 21.84%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#48E153 (or 0x48E153) is known color: Lime Green. HEX triplet: 48, E1 and 53. RGB value is (72,225,83). Sum of RGB (Red+Green+Blue) = 72+225+83=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #48E153 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E153 is #B71EAC. Grayscale: #A3A3A3. Windows color (decimal): -12000941 or 5497160. OLE color: 5497160.

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

Color convert

RGB 72 225 83 -
CMYK 0.68 0 0.63 0.12
HSL 124.31º 0.72% 0.58% -
HSV(B) 124.31º 0.68% 0.88% -
XYZ 31.16 55.85 17.32 -
YUV 163.07 82.81 63.05 -
System Red Green Blue C M Y K H S L
Decimal 72 225 83 0.68 0 0.63 0.12 124.31 0.72 0.58
Hex 48 E1 53 44 0 3F C 7C 48 3A
Octal 110 341 123 104 0 77 14 174 110 72
Binary 1001000 11100001 1010011 1000100 0 111111 1100 1111100 1001000 111010

Color Harmonies of #48E153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E153

Black with #48E153

Text Example


Text Example

White with #48E153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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