Html Css Color HEX #48D93F Lime Green

📋 copy color: '#48D93F'

red 72 ◦ green 217 ◦ blue 63

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

Shades of Lime Green #48D93F

Tints of Lime Green #48D93F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 61.65%

 BLUE value IS 63 (25% from 255) = 17.9%

R = 20.45%
G = 61.65%
B = 17.9%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#48D93F (or 0x48D93F) is known color: Lime Green. HEX triplet: 48, D9 and 3F. RGB value is (72,217,63). Sum of RGB (Red+Green+Blue) = 72+217+63=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 217 (85.16% from 255 or 61.65% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 217 - color contains mainly: green. Hex color #48D93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D93F is #B726C0. Grayscale: #9C9C9C. Windows color (decimal): -12003009 or 4184392. OLE color: 4184392.

HSL color Cylindrical-coordinate representation of color #48D93F: hue angle of 116.49º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48D93F is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 217 63 -
CMYK 0.67 0 0.71 0.15
HSL 116.49º 0.67% 0.55% -
HSV(B) 116.49º 0.71% 0.85% -
XYZ 28.38 51.36 13.12 -
YUV 156.09 75.46 68.02 -
System Red Green Blue C M Y K H S L
Decimal 72 217 63 0.67 0 0.71 0.15 116.49 0.67 0.55
Hex 48 D9 3F 43 0 47 F 74 43 37
Octal 110 331 77 103 0 107 17 164 103 67
Binary 1001000 11011001 111111 1000011 0 1000111 1111 1110100 1000011 110111

Color Harmonies of #48D93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D93F

Black with #48D93F

Text Example


Text Example

White with #48D93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,217,63); }

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

background-color css

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

 a { background-color: rgb(72,217,63); }

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

border-color css

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

 span { border-color: rgb(72,217,63); }

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