Html Css Color HEX #48DF37 Lime Green

📋 copy color: '#48DF37'

red 72 ◦ green 223 ◦ blue 55

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

Shades of Lime Green #48DF37

Tints of Lime Green #48DF37

RGB

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

 GREEN value IS 223 (87.5% from 255) = 63.71%

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

R = 20.57%
G = 63.71%
B = 15.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#48DF37 (or 0x48DF37) is known color: Lime Green. HEX triplet: 48, DF and 37. RGB value is (72,223,55). Sum of RGB (Red+Green+Blue) = 72+223+55=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 223 (87.5% from 255 or 63.71% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DF37 is #B720C8. Grayscale: #9F9F9F. Windows color (decimal): -12001481 or 3661640. OLE color: 3661640.

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

Color convert

RGB 72 223 55 -
CMYK 0.68 0 0.75 0.13
HSL 113.93º 0.72% 0.55% -
HSV(B) 113.93º 0.75% 0.87% -
XYZ 29.75 54.43 12.55 -
YUV 158.7 69.47 66.16 -
System Red Green Blue C M Y K H S L
Decimal 72 223 55 0.68 0 0.75 0.13 113.93 0.72 0.55
Hex 48 DF 37 44 0 4B D 72 48 37
Octal 110 337 67 104 0 113 15 162 110 67
Binary 1001000 11011111 110111 1000100 0 1001011 1101 1110010 1001000 110111

Color Harmonies of #48DF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DF37

Black with #48DF37

Text Example


Text Example

White with #48DF37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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