Html Css Color HEX #48E127 Lime Green

📋 copy color: '#48E127'

red 72 ◦ green 225 ◦ blue 39

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

Shades of Lime Green #48E127

Tints of Lime Green #48E127

RGB

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

 GREEN value IS 225 (88.28% from 255) = 66.96%

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

R = 21.43%
G = 66.96%
B = 11.61%

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

#48E127 (or 0x48E127) is known color: Lime Green. HEX triplet: 48, E1 and 27. RGB value is (72,225,39). Sum of RGB (Red+Green+Blue) = 72+225+39=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 225 (88.28% from 255 or 66.96% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 225 - color contains mainly: green. Hex color #48E127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E127 is #B71ED8. Grayscale: #9E9E9E. Windows color (decimal): -12000985 or 2613576. OLE color: 2613576.

HSL color Cylindrical-coordinate representation of color #48E127: hue angle of 109.35º degrees, saturation: 0.76, 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 #48E127 is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 225 39 -
CMYK 0.68 0 0.83 0.12
HSL 109.35º 0.76% 0.52% -
HSV(B) 109.35º 0.83% 0.88% -
XYZ 29.96 55.37 11.03 -
YUV 158.05 60.81 66.62 -
System Red Green Blue C M Y K H S L
Decimal 72 225 39 0.68 0 0.83 0.12 109.35 0.76 0.52
Hex 48 E1 27 44 0 53 C 6D 4C 34
Octal 110 341 47 104 0 123 14 155 114 64
Binary 1001000 11100001 100111 1000100 0 1010011 1100 1101101 1001100 110100

Color Harmonies of #48E127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E127

Black with #48E127

Text Example


Text Example

White with #48E127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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