Html Css Color HEX #48EC25 Lime Green

📋 copy color: '#48EC25'

red 72 ◦ green 236 ◦ blue 37

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

Shades of Lime Green #48EC25

Tints of Lime Green #48EC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.72%

R = 20.87%
G = 68.41%
B = 10.72%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#48EC25 (or 0x48EC25) is known color: Lime Green. HEX triplet: 48, EC and 25. RGB value is (72,236,37). Sum of RGB (Red+Green+Blue) = 72+236+37=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 236 (92.58% from 255 or 68.41% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48EC25 is #B713DA. Grayscale: #A4A4A4. Windows color (decimal): -11998171 or 2485320. OLE color: 2485320.

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

Color convert

RGB 72 236 37 -
CMYK 0.69 0 0.84 0.07
HSL 109.45º 0.84% 0.54% -
HSV(B) 109.45º 0.84% 0.93% -
XYZ 33 61.5 11.88 -
YUV 164.28 56.17 62.18 -
System Red Green Blue C M Y K H S L
Decimal 72 236 37 0.69 0 0.84 0.07 109.45 0.84 0.54
Hex 48 EC 25 45 0 54 7 6D 54 36
Octal 110 354 45 105 0 124 7 155 124 66
Binary 1001000 11101100 100101 1000101 0 1010100 111 1101101 1010100 110110

Color Harmonies of #48EC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EC25

Black with #48EC25

Text Example


Text Example

White with #48EC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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