Html Css Color HEX #48E327 Lime Green

📋 copy color: '#48E327'

red 72 ◦ green 227 ◦ blue 39

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

Shades of Lime Green #48E327

Tints of Lime Green #48E327

RGB

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

 GREEN value IS 227 (89.06% from 255) = 67.16%

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

R = 21.3%
G = 67.16%
B = 11.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#48E327 (or 0x48E327) is known color: Lime Green. HEX triplet: 48, E3 and 27. RGB value is (72,227,39). Sum of RGB (Red+Green+Blue) = 72+227+39=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 227 (89.06% from 255 or 67.16% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 227 - color contains mainly: green. Hex color #48E327 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E327 is #B71CD8. Grayscale: #9F9F9F. Windows color (decimal): -12000473 or 2614088. OLE color: 2614088.

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

Color convert

RGB 72 227 39 -
CMYK 0.68 0 0.83 0.11
HSL 109.47º 0.77% 0.52% -
HSV(B) 109.47º 0.83% 0.89% -
XYZ 30.51 56.46 11.21 -
YUV 159.22 60.15 65.79 -
System Red Green Blue C M Y K H S L
Decimal 72 227 39 0.68 0 0.83 0.11 109.47 0.77 0.52
Hex 48 E3 27 44 0 53 B 6D 4D 34
Octal 110 343 47 104 0 123 13 155 115 64
Binary 1001000 11100011 100111 1000100 0 1010011 1011 1101101 1001101 110100

Color Harmonies of #48E327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E327

Black with #48E327

Text Example


Text Example

White with #48E327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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