Html Css Color HEX #48DA28 Lime Green

📋 copy color: '#48DA28'

red 72 ◦ green 218 ◦ blue 40

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

Shades of Lime Green #48DA28

Tints of Lime Green #48DA28

RGB

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

 GREEN value IS 218 (85.55% from 255) = 66.06%

 BLUE value IS 40 (16.02% from 255) = 12.12%

R = 21.82%
G = 66.06%
B = 12.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#48DA28 (or 0x48DA28) is known color: Lime Green. HEX triplet: 48, DA and 28. RGB value is (72,218,40). Sum of RGB (Red+Green+Blue) = 72+218+40=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 218 (85.55% from 255 or 66.06% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DA28 is #B725D7. Grayscale: #9A9A9A. Windows color (decimal): -12002776 or 2677320. OLE color: 2677320.

HSL color Cylindrical-coordinate representation of color #48DA28: hue angle of 109.21º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48DA28 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 218 40 -
CMYK 0.67 0 0.82 0.15
HSL 109.21º 0.71% 0.51% -
HSV(B) 109.21º 0.82% 0.85% -
XYZ 28.13 51.67 10.5 -
YUV 154.05 63.63 69.47 -
System Red Green Blue C M Y K H S L
Decimal 72 218 40 0.67 0 0.82 0.15 109.21 0.71 0.51
Hex 48 DA 28 43 0 52 F 6D 47 33
Octal 110 332 50 103 0 122 17 155 107 63
Binary 1001000 11011010 101000 1000011 0 1010010 1111 1101101 1000111 110011

Color Harmonies of #48DA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DA28

Black with #48DA28

Text Example


Text Example

White with #48DA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,218,40); }

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

background-color css

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

 a { background-color: rgb(72,218,40); }

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

border-color css

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

 span { border-color: rgb(72,218,40); }

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