Html Css Color HEX #48E027 Lime Green

📋 copy color: '#48E027'

red 72 ◦ green 224 ◦ blue 39

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

Shades of Lime Green #48E027

Tints of Lime Green #48E027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.64%

R = 21.49%
G = 66.87%
B = 11.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#48E027 (or 0x48E027) is known color: Lime Green. HEX triplet: 48, E0 and 27. RGB value is (72,224,39). Sum of RGB (Red+Green+Blue) = 72+224+39=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 224 (87.89% from 255 or 66.87% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 224 - color contains mainly: green. Hex color #48E027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E027 is #B71FD8. Grayscale: #9E9E9E. Windows color (decimal): -12001241 or 2613320. OLE color: 2613320.

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

Color convert

RGB 72 224 39 -
CMYK 0.68 0 0.83 0.12
HSL 109.3º 0.75% 0.52% -
HSV(B) 109.3º 0.83% 0.88% -
XYZ 29.69 54.84 10.94 -
YUV 157.46 61.14 67.04 -
System Red Green Blue C M Y K H S L
Decimal 72 224 39 0.68 0 0.83 0.12 109.3 0.75 0.52
Hex 48 E0 27 44 0 53 C 6D 4B 34
Octal 110 340 47 104 0 123 14 155 113 64
Binary 1001000 11100000 100111 1000100 0 1010011 1100 1101101 1001011 110100

Color Harmonies of #48E027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E027

Black with #48E027

Text Example


Text Example

White with #48E027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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