Html Css Color HEX #48E037 Lime Green

📋 copy color: '#48E037'

red 72 ◦ green 224 ◦ blue 55

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

Shades of Lime Green #48E037

Tints of Lime Green #48E037

RGB

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

 GREEN value IS 224 (87.89% from 255) = 63.82%

 BLUE value IS 55 (21.88% from 255) = 15.67%

R = 20.51%
G = 63.82%
B = 15.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#48E037 (or 0x48E037) is known color: Lime Green. HEX triplet: 48, E0 and 37. RGB value is (72,224,55). Sum of RGB (Red+Green+Blue) = 72+224+55=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 224 (87.89% from 255 or 63.82% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 224 - color contains mainly: green. Hex color #48E037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E037 is #B71FC8. Grayscale: #9F9F9F. Windows color (decimal): -12001225 or 3661896. OLE color: 3661896.

HSL color Cylindrical-coordinate representation of color #48E037: hue angle of 113.96º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48E037 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 224 55 -
CMYK 0.68 0 0.75 0.12
HSL 113.96º 0.73% 0.55% -
HSV(B) 113.96º 0.75% 0.88% -
XYZ 30.02 54.96 12.64 -
YUV 159.29 69.14 65.74 -
System Red Green Blue C M Y K H S L
Decimal 72 224 55 0.68 0 0.75 0.12 113.96 0.73 0.55
Hex 48 E0 37 44 0 4B C 72 49 37
Octal 110 340 67 104 0 113 14 162 111 67
Binary 1001000 11100000 110111 1000100 0 1001011 1100 1110010 1001001 110111

Color Harmonies of #48E037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E037

Black with #48E037

Text Example


Text Example

White with #48E037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,224,55); }

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

background-color css

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

 a { background-color: rgb(72,224,55); }

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

border-color css

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

 span { border-color: rgb(72,224,55); }

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