Html Css Color HEX #48C937 Lime Green

📋 copy color: '#48C937'

red 72 ◦ green 201 ◦ blue 55

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

Shades of Lime Green #48C937

Tints of Lime Green #48C937

RGB

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

 GREEN value IS 201 (78.91% from 255) = 61.28%

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

R = 21.95%
G = 61.28%
B = 16.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#48C937 (or 0x48C937) is known color: Lime Green. HEX triplet: 48, C9 and 37. RGB value is (72,201,55). Sum of RGB (Red+Green+Blue) = 72+201+55=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 201 (78.91% from 255 or 61.28% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 201 - color contains mainly: green. Hex color #48C937 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C937 is #B736C8. Grayscale: #929292. Windows color (decimal): -12007113 or 3656008. OLE color: 3656008.

HSL color Cylindrical-coordinate representation of color #48C937: hue angle of 113.01º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48C937 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 201 55 -
CMYK 0.64 0 0.73 0.21
HSL 113.01º 0.57% 0.5% -
HSV(B) 113.01º 0.73% 0.79% -
XYZ 24.25 43.43 10.72 -
YUV 145.79 76.76 75.37 -
System Red Green Blue C M Y K H S L
Decimal 72 201 55 0.64 0 0.73 0.21 113.01 0.57 0.5
Hex 48 C9 37 40 0 49 15 71 39 32
Octal 110 311 67 100 0 111 25 161 71 62
Binary 1001000 11001001 110111 1000000 0 1001001 10101 1110001 111001 110010

Color Harmonies of #48C937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C937

Black with #48C937

Text Example


Text Example

White with #48C937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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