Html Css Color HEX #48DB30 Lime Green

📋 copy color: '#48DB30'

red 72 ◦ green 219 ◦ blue 48

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

Shades of Lime Green #48DB30

Tints of Lime Green #48DB30

RGB

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

 GREEN value IS 219 (85.94% from 255) = 64.6%

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

R = 21.24%
G = 64.6%
B = 14.16%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#48DB30 (or 0x48DB30) is known color: Lime Green. HEX triplet: 48, DB and 30. RGB value is (72,219,48). Sum of RGB (Red+Green+Blue) = 72+219+48=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 219 (85.94% from 255 or 64.60% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DB30 is #B724CF. Grayscale: #9C9C9C. Windows color (decimal): -12002512 or 3201864. OLE color: 3201864.

HSL color Cylindrical-coordinate representation of color #48DB30: hue angle of 111.58º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48DB30 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 219 48 -
CMYK 0.67 0 0.78 0.14
HSL 111.58º 0.7% 0.52% -
HSV(B) 111.58º 0.78% 0.86% -
XYZ 28.54 52.25 11.38 -
YUV 155.55 67.3 68.4 -
System Red Green Blue C M Y K H S L
Decimal 72 219 48 0.67 0 0.78 0.14 111.58 0.7 0.52
Hex 48 DB 30 43 0 4E E 70 46 34
Octal 110 333 60 103 0 116 16 160 106 64
Binary 1001000 11011011 110000 1000011 0 1001110 1110 1110000 1000110 110100

Color Harmonies of #48DB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DB30

Black with #48DB30

Text Example


Text Example

White with #48DB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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