Html Css Color HEX #48E030 Lime Green

📋 copy color: '#48E030'

red 72 ◦ green 224 ◦ blue 48

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

Shades of Lime Green #48E030

Tints of Lime Green #48E030

RGB

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

 GREEN value IS 224 (87.89% from 255) = 65.12%

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

R = 20.93%
G = 65.12%
B = 13.95%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#48E030 (or 0x48E030) is known color: Lime Green. HEX triplet: 48, E0 and 30. RGB value is (72,224,48). Sum of RGB (Red+Green+Blue) = 72+224+48=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 224 (87.89% from 255 or 65.12% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 224 - color contains mainly: green. Hex color #48E030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E030 is #B71FCF. Grayscale: #9F9F9F. Windows color (decimal): -12001232 or 3203144. OLE color: 3203144.

HSL color Cylindrical-coordinate representation of color #48E030: hue angle of 111.82º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48E030 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 224 48 -
CMYK 0.68 0 0.79 0.12
HSL 111.82º 0.74% 0.53% -
HSV(B) 111.82º 0.79% 0.88% -
XYZ 29.86 54.9 11.82 -
YUV 158.49 65.64 66.31 -
System Red Green Blue C M Y K H S L
Decimal 72 224 48 0.68 0 0.79 0.12 111.82 0.74 0.53
Hex 48 E0 30 44 0 4F C 70 4A 35
Octal 110 340 60 104 0 117 14 160 112 65
Binary 1001000 11100000 110000 1000100 0 1001111 1100 1110000 1001010 110101

Color Harmonies of #48E030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E030

Black with #48E030

Text Example


Text Example

White with #48E030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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