Html Css Color HEX #48E028 Lime Green

📋 copy color: '#48E028'

red 72 ◦ green 224 ◦ blue 40

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

Shades of Lime Green #48E028

Tints of Lime Green #48E028

RGB

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

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

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

R = 21.43%
G = 66.67%
B = 11.9%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#48E028 (or 0x48E028) is known color: Lime Green. HEX triplet: 48, E0 and 28. RGB value is (72,224,40). Sum of RGB (Red+Green+Blue) = 72+224+40=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 224 (87.89% from 255 or 66.67% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 224 - color contains mainly: green. Hex color #48E028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E028 is #B71FD7. Grayscale: #9E9E9E. Windows color (decimal): -12001240 or 2678856. OLE color: 2678856.

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

Color convert

RGB 72 224 40 -
CMYK 0.68 0 0.82 0.12
HSL 109.57º 0.75% 0.52% -
HSV(B) 109.57º 0.82% 0.88% -
XYZ 29.71 54.84 11.03 -
YUV 157.58 61.64 66.96 -
System Red Green Blue C M Y K H S L
Decimal 72 224 40 0.68 0 0.82 0.12 109.57 0.75 0.52
Hex 48 E0 28 44 0 52 C 6E 4B 34
Octal 110 340 50 104 0 122 14 156 113 64
Binary 1001000 11100000 101000 1000100 0 1010010 1100 1101110 1001011 110100

Color Harmonies of #48E028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E028

Black with #48E028

Text Example


Text Example

White with #48E028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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