Html Css Color HEX #48DB33 Lime Green

📋 copy color: '#48DB33'

red 72 ◦ green 219 ◦ blue 51

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

Shades of Lime Green #48DB33

Tints of Lime Green #48DB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.91%

R = 21.05%
G = 64.04%
B = 14.91%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#48DB33 (or 0x48DB33) is known color: Lime Green. HEX triplet: 48, DB and 33. RGB value is (72,219,51). Sum of RGB (Red+Green+Blue) = 72+219+51=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 219 (85.94% from 255 or 64.04% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DB33 is #B724CC. Grayscale: #9C9C9C. Windows color (decimal): -12002509 or 3398472. OLE color: 3398472.

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

Color convert

RGB 72 219 51 -
CMYK 0.67 0 0.77 0.14
HSL 112.5º 0.7% 0.53% -
HSV(B) 112.5º 0.77% 0.86% -
XYZ 28.6 52.28 11.72 -
YUV 155.9 68.8 68.16 -
System Red Green Blue C M Y K H S L
Decimal 72 219 51 0.67 0 0.77 0.14 112.5 0.7 0.53
Hex 48 DB 33 43 0 4D E 70 46 35
Octal 110 333 63 103 0 115 16 160 106 65
Binary 1001000 11011011 110011 1000011 0 1001101 1110 1110000 1000110 110101

Color Harmonies of #48DB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DB33

Black with #48DB33

Text Example


Text Example

White with #48DB33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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