Html Css Color HEX #48D833 Lime Green

📋 copy color: '#48D833'

red 72 ◦ green 216 ◦ blue 51

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

Shades of Lime Green #48D833

Tints of Lime Green #48D833

RGB

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

 GREEN value IS 216 (84.77% from 255) = 63.72%

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

R = 21.24%
G = 63.72%
B = 15.04%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#48D833 (or 0x48D833) is known color: Lime Green. HEX triplet: 48, D8 and 33. RGB value is (72,216,51). Sum of RGB (Red+Green+Blue) = 72+216+51=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 216 (84.77% from 255 or 63.72% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 216 - color contains mainly: green. Hex color #48D833 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D833 is #B727CC. Grayscale: #9A9A9A. Windows color (decimal): -12003277 or 3397704. OLE color: 3397704.

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

Color convert

RGB 72 216 51 -
CMYK 0.67 0 0.76 0.15
HSL 112.36º 0.68% 0.52% -
HSV(B) 112.36º 0.76% 0.85% -
XYZ 27.83 50.73 11.46 -
YUV 154.13 69.79 69.42 -
System Red Green Blue C M Y K H S L
Decimal 72 216 51 0.67 0 0.76 0.15 112.36 0.68 0.52
Hex 48 D8 33 43 0 4C F 70 44 34
Octal 110 330 63 103 0 114 17 160 104 64
Binary 1001000 11011000 110011 1000011 0 1001100 1111 1110000 1000100 110100

Color Harmonies of #48D833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D833

Black with #48D833

Text Example


Text Example

White with #48D833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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