Html Css Color HEX #48DF30 Lime Green

📋 copy color: '#48DF30'

red 72 ◦ green 223 ◦ blue 48

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

Shades of Lime Green #48DF30

Tints of Lime Green #48DF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.99%

R = 20.99%
G = 65.01%
B = 13.99%

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

#48DF30 (or 0x48DF30) is known color: Lime Green. HEX triplet: 48, DF and 30. RGB value is (72,223,48). Sum of RGB (Red+Green+Blue) = 72+223+48=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 223 (87.5% from 255 or 65.01% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DF30 is #B720CF. Grayscale: #9E9E9E. Windows color (decimal): -12001488 or 3202888. OLE color: 3202888.

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

Color convert

RGB 72 223 48 -
CMYK 0.68 0 0.78 0.13
HSL 111.77º 0.73% 0.53% -
HSV(B) 111.77º 0.78% 0.87% -
XYZ 29.59 54.37 11.73 -
YUV 157.9 65.97 66.73 -
System Red Green Blue C M Y K H S L
Decimal 72 223 48 0.68 0 0.78 0.13 111.77 0.73 0.53
Hex 48 DF 30 44 0 4E D 70 49 35
Octal 110 337 60 104 0 116 15 160 111 65
Binary 1001000 11011111 110000 1000100 0 1001110 1101 1110000 1001001 110101

Color Harmonies of #48DF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DF30

Black with #48DF30

Text Example


Text Example

White with #48DF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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