Html Css Color HEX #48E124 Lime Green

📋 copy color: '#48E124'

red 72 ◦ green 225 ◦ blue 36

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

Shades of Lime Green #48E124

Tints of Lime Green #48E124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.81%

R = 21.62%
G = 67.57%
B = 10.81%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#48E124 (or 0x48E124) is known color: Lime Green. HEX triplet: 48, E1 and 24. RGB value is (72,225,36). Sum of RGB (Red+Green+Blue) = 72+225+36=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 225 (88.28% from 255 or 67.57% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 225 - color contains mainly: green. Hex color #48E124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E124 is #B71EDB. Grayscale: #9E9E9E. Windows color (decimal): -12000988 or 2416968. OLE color: 2416968.

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

Color convert

RGB 72 225 36 -
CMYK 0.68 0 0.84 0.12
HSL 108.57º 0.76% 0.51% -
HSV(B) 108.57º 0.84% 0.88% -
XYZ 29.92 55.36 10.78 -
YUV 157.71 59.31 66.87 -
System Red Green Blue C M Y K H S L
Decimal 72 225 36 0.68 0 0.84 0.12 108.57 0.76 0.51
Hex 48 E1 24 44 0 54 C 6D 4C 33
Octal 110 341 44 104 0 124 14 155 114 63
Binary 1001000 11100001 100100 1000100 0 1010100 1100 1101101 1001100 110011

Color Harmonies of #48E124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E124

Black with #48E124

Text Example


Text Example

White with #48E124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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