Html Css Color HEX #48E125 Lime Green

📋 copy color: '#48E125'

red 72 ◦ green 225 ◦ blue 37

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

Shades of Lime Green #48E125

Tints of Lime Green #48E125

RGB

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

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

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

R = 21.56%
G = 67.37%
B = 11.08%

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

#48E125 (or 0x48E125) is known color: Lime Green. HEX triplet: 48, E1 and 25. RGB value is (72,225,37). Sum of RGB (Red+Green+Blue) = 72+225+37=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 225 (88.28% from 255 or 67.37% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 225 - color contains mainly: green. Hex color #48E125 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E125 is #B71EDA. Grayscale: #9E9E9E. Windows color (decimal): -12000987 or 2482504. OLE color: 2482504.

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

Color convert

RGB 72 225 37 -
CMYK 0.68 0 0.84 0.12
HSL 108.83º 0.76% 0.51% -
HSV(B) 108.83º 0.84% 0.88% -
XYZ 29.93 55.36 10.86 -
YUV 157.82 59.81 66.79 -
System Red Green Blue C M Y K H S L
Decimal 72 225 37 0.68 0 0.84 0.12 108.83 0.76 0.51
Hex 48 E1 25 44 0 54 C 6D 4C 33
Octal 110 341 45 104 0 124 14 155 114 63
Binary 1001000 11100001 100101 1000100 0 1010100 1100 1101101 1001100 110011

Color Harmonies of #48E125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E125

Black with #48E125

Text Example


Text Example

White with #48E125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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