Html Css Color HEX #48E825 Lime Green

📋 copy color: '#48E825'

red 72 ◦ green 232 ◦ blue 37

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

Shades of Lime Green #48E825

Tints of Lime Green #48E825

RGB

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

 GREEN value IS 232 (91.02% from 255) = 68.04%

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

R = 21.11%
G = 68.04%
B = 10.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#48E825 (or 0x48E825) is known color: Lime Green. HEX triplet: 48, E8 and 25. RGB value is (72,232,37). Sum of RGB (Red+Green+Blue) = 72+232+37=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 232 (91.02% from 255 or 68.04% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 232 - color contains mainly: green. Hex color #48E825 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48E825 is #B717DA. Grayscale: #A2A2A2. Windows color (decimal): -11999195 or 2484296. OLE color: 2484296.

HSL color Cylindrical-coordinate representation of color #48E825: hue angle of 109.23º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48E825 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 232 37 -
CMYK 0.69 0 0.84 0.09
HSL 109.23º 0.81% 0.53% -
HSV(B) 109.23º 0.84% 0.91% -
XYZ 31.86 59.22 11.5 -
YUV 161.93 57.49 63.86 -
System Red Green Blue C M Y K H S L
Decimal 72 232 37 0.69 0 0.84 0.09 109.23 0.81 0.53
Hex 48 E8 25 45 0 54 9 6D 51 35
Octal 110 350 45 105 0 124 11 155 121 65
Binary 1001000 11101000 100101 1000101 0 1010100 1001 1101101 1010001 110101

Color Harmonies of #48E825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E825

Black with #48E825

Text Example


Text Example

White with #48E825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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