Html Css Color HEX #48DF32 Lime Green

📋 copy color: '#48DF32'

red 72 ◦ green 223 ◦ blue 50

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

Shades of Lime Green #48DF32

Tints of Lime Green #48DF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.49%

R = 20.87%
G = 64.64%
B = 14.49%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#48DF32 (or 0x48DF32) is known color: Lime Green. HEX triplet: 48, DF and 32. RGB value is (72,223,50). Sum of RGB (Red+Green+Blue) = 72+223+50=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 223 (87.5% from 255 or 64.64% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DF32 is #B720CD. Grayscale: #9E9E9E. Windows color (decimal): -12001486 or 3333960. OLE color: 3333960.

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

Color convert

RGB 72 223 50 -
CMYK 0.68 0 0.78 0.13
HSL 112.37º 0.73% 0.54% -
HSV(B) 112.37º 0.78% 0.87% -
XYZ 29.64 54.38 11.95 -
YUV 158.13 66.97 66.57 -
System Red Green Blue C M Y K H S L
Decimal 72 223 50 0.68 0 0.78 0.13 112.37 0.73 0.54
Hex 48 DF 32 44 0 4E D 70 49 36
Octal 110 337 62 104 0 116 15 160 111 66
Binary 1001000 11011111 110010 1000100 0 1001110 1101 1110000 1001001 110110

Color Harmonies of #48DF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DF32

Black with #48DF32

Text Example


Text Example

White with #48DF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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