Html Css Color HEX #48D630 Lime Green

📋 copy color: '#48D630'

red 72 ◦ green 214 ◦ blue 48

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

Shades of Lime Green #48D630

Tints of Lime Green #48D630

RGB

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

 GREEN value IS 214 (83.98% from 255) = 64.07%

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

R = 21.56%
G = 64.07%
B = 14.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#48D630 (or 0x48D630) is known color: Lime Green. HEX triplet: 48, D6 and 30. RGB value is (72,214,48). Sum of RGB (Red+Green+Blue) = 72+214+48=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 214 (83.98% from 255 or 64.07% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 214 - color contains mainly: green. Hex color #48D630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D630 is #B729CF. Grayscale: #999999. Windows color (decimal): -12003792 or 3200584. OLE color: 3200584.

HSL color Cylindrical-coordinate representation of color #48D630: hue angle of 111.33º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48D630 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 214 48 -
CMYK 0.66 0 0.78 0.16
HSL 111.33º 0.67% 0.51% -
HSV(B) 111.33º 0.78% 0.84% -
XYZ 27.25 49.68 10.95 -
YUV 152.62 68.96 70.5 -
System Red Green Blue C M Y K H S L
Decimal 72 214 48 0.66 0 0.78 0.16 111.33 0.67 0.51
Hex 48 D6 30 42 0 4E 10 6F 43 33
Octal 110 326 60 102 0 116 20 157 103 63
Binary 1001000 11010110 110000 1000010 0 1001110 10000 1101111 1000011 110011

Color Harmonies of #48D630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D630

Black with #48D630

Text Example


Text Example

White with #48D630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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