Html Css Color HEX #48DF38 Lime Green

📋 copy color: '#48DF38'

red 72 ◦ green 223 ◦ blue 56

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

Shades of Lime Green #48DF38

Tints of Lime Green #48DF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.95%

R = 20.51%
G = 63.53%
B = 15.95%

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

#48DF38 (or 0x48DF38) is known color: Lime Green. HEX triplet: 48, DF and 38. RGB value is (72,223,56). Sum of RGB (Red+Green+Blue) = 72+223+56=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 223 (87.5% from 255 or 63.53% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DF38 is #B720C7. Grayscale: #9F9F9F. Windows color (decimal): -12001480 or 3727176. OLE color: 3727176.

HSL color Cylindrical-coordinate representation of color #48DF38: hue angle of 114.25º 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 #48DF38 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 223 56 -
CMYK 0.68 0 0.75 0.13
HSL 114.25º 0.72% 0.55% -
HSV(B) 114.25º 0.75% 0.87% -
XYZ 29.77 54.44 12.68 -
YUV 158.81 69.97 66.08 -
System Red Green Blue C M Y K H S L
Decimal 72 223 56 0.68 0 0.75 0.13 114.25 0.72 0.55
Hex 48 DF 38 44 0 4B D 72 48 37
Octal 110 337 70 104 0 113 15 162 110 67
Binary 1001000 11011111 111000 1000100 0 1001011 1101 1110010 1001000 110111

Color Harmonies of #48DF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DF38

Black with #48DF38

Text Example


Text Example

White with #48DF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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