Html Css Color HEX #48C037 Lime Green

📋 copy color: '#48C037'

red 72 ◦ green 192 ◦ blue 55

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

Shades of Lime Green #48C037

Tints of Lime Green #48C037

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.19%

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

R = 22.57%
G = 60.19%
B = 17.24%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#48C037 (or 0x48C037) is known color: Lime Green. HEX triplet: 48, C0 and 37. RGB value is (72,192,55). Sum of RGB (Red+Green+Blue) = 72+192+55=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #48C037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C037 is #B73FC8. Grayscale: #8C8C8C. Windows color (decimal): -12009417 or 3653704. OLE color: 3653704.

HSL color Cylindrical-coordinate representation of color #48C037: hue angle of 112.55º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48C037 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 192 55 -
CMYK 0.63 0 0.71 0.25
HSL 112.55º 0.55% 0.48% -
HSV(B) 112.55º 0.71% 0.75% -
XYZ 22.21 39.35 10.04 -
YUV 140.5 79.74 79.14 -
System Red Green Blue C M Y K H S L
Decimal 72 192 55 0.63 0 0.71 0.25 112.55 0.55 0.48
Hex 48 C0 37 3F 0 47 19 71 37 30
Octal 110 300 67 77 0 107 31 161 67 60
Binary 1001000 11000000 110111 111111 0 1000111 11001 1110001 110111 110000

Color Harmonies of #48C037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C037

Black with #48C037

Text Example


Text Example

White with #48C037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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