Html Css Color HEX #48EC45 Lime Green

📋 copy color: '#48EC45'

red 72 ◦ green 236 ◦ blue 69

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

Shades of Lime Green #48EC45

Tints of Lime Green #48EC45

RGB

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

 GREEN value IS 236 (92.58% from 255) = 62.6%

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

R = 19.1%
G = 62.6%
B = 18.3%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#48EC45 (or 0x48EC45) is known color: Lime Green. HEX triplet: 48, EC and 45. RGB value is (72,236,69). Sum of RGB (Red+Green+Blue) = 72+236+69=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 236 (92.58% from 255 or 62.60% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48EC45 is #B713BA. Grayscale: #A8A8A8. Windows color (decimal): -11998139 or 4582472. OLE color: 4582472.

HSL color Cylindrical-coordinate representation of color #48EC45: hue angle of 118.92º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48EC45 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 236 69 -
CMYK 0.69 0 0.71 0.07
HSL 118.92º 0.81% 0.6% -
HSV(B) 118.92º 0.71% 0.93% -
XYZ 33.74 61.8 15.78 -
YUV 167.93 72.17 59.58 -
System Red Green Blue C M Y K H S L
Decimal 72 236 69 0.69 0 0.71 0.07 118.92 0.81 0.6
Hex 48 EC 45 45 0 47 7 77 51 3C
Octal 110 354 105 105 0 107 7 167 121 74
Binary 1001000 11101100 1000101 1000101 0 1000111 111 1110111 1010001 111100

Color Harmonies of #48EC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EC45

Black with #48EC45

Text Example


Text Example

White with #48EC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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