Html Css Color HEX #48E545 Lime Green

📋 copy color: '#48E545'

red 72 ◦ green 229 ◦ blue 69

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

Shades of Lime Green #48E545

Tints of Lime Green #48E545

RGB

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

 GREEN value IS 229 (89.84% from 255) = 61.89%

 BLUE value IS 69 (27.34% from 255) = 18.65%

R = 19.46%
G = 61.89%
B = 18.65%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#48E545 (or 0x48E545) is known color: Lime Green. HEX triplet: 48, E5 and 45. RGB value is (72,229,69). Sum of RGB (Red+Green+Blue) = 72+229+69=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 229 (89.84% from 255 or 61.89% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 229 - color contains mainly: green. Hex color #48E545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E545 is #B71ABA. Grayscale: #A4A4A4. Windows color (decimal): -11999931 or 4580680. OLE color: 4580680.

HSL color Cylindrical-coordinate representation of color #48E545: hue angle of 118.88º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48E545 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 229 69 -
CMYK 0.69 0 0.70 0.10
HSL 118.88º 0.75% 0.58% -
HSV(B) 118.88º 0.7% 0.9% -
XYZ 31.77 57.85 15.12 -
YUV 163.82 74.49 62.51 -
System Red Green Blue C M Y K H S L
Decimal 72 229 69 0.69 0 0.70 0.10 118.88 0.75 0.58
Hex 48 E5 45 45 0 46 A 77 4B 3A
Octal 110 345 105 105 0 106 12 167 113 72
Binary 1001000 11100101 1000101 1000101 0 1000110 1010 1110111 1001011 111010

Color Harmonies of #48E545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E545

Black with #48E545

Text Example


Text Example

White with #48E545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,229,69); }

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

background-color css

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

 a { background-color: rgb(72,229,69); }

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

border-color css

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

 span { border-color: rgb(72,229,69); }

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