Html Css Color HEX #48D53F Lime Green

📋 copy color: '#48D53F'

red 72 ◦ green 213 ◦ blue 63

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

Shades of Lime Green #48D53F

Tints of Lime Green #48D53F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 61.21%

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

R = 20.69%
G = 61.21%
B = 18.1%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#48D53F (or 0x48D53F) is known color: Lime Green. HEX triplet: 48, D5 and 3F. RGB value is (72,213,63). Sum of RGB (Red+Green+Blue) = 72+213+63=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 213 (83.59% from 255 or 61.21% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 213 - color contains mainly: green. Hex color #48D53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D53F is #B72AC0. Grayscale: #9A9A9A. Windows color (decimal): -12004033 or 4183368. OLE color: 4183368.

HSL color Cylindrical-coordinate representation of color #48D53F: hue angle of 116.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48D53F is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 213 63 -
CMYK 0.66 0 0.70 0.16
HSL 116.4º 0.64% 0.54% -
HSV(B) 116.4º 0.7% 0.84% -
XYZ 27.36 49.33 12.78 -
YUV 153.74 76.79 69.7 -
System Red Green Blue C M Y K H S L
Decimal 72 213 63 0.66 0 0.70 0.16 116.4 0.64 0.54
Hex 48 D5 3F 42 0 46 10 74 40 36
Octal 110 325 77 102 0 106 20 164 100 66
Binary 1001000 11010101 111111 1000010 0 1000110 10000 1110100 1000000 110110

Color Harmonies of #48D53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D53F

Black with #48D53F

Text Example


Text Example

White with #48D53F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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