Html Css Color HEX #48E43F Lime Green

📋 copy color: '#48E43F'

red 72 ◦ green 228 ◦ blue 63

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

Shades of Lime Green #48E43F

Tints of Lime Green #48E43F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 62.81%

 BLUE value IS 63 (25% from 255) = 17.36%

R = 19.83%
G = 62.81%
B = 17.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#48E43F (or 0x48E43F) is known color: Lime Green. HEX triplet: 48, E4 and 3F. RGB value is (72,228,63). Sum of RGB (Red+Green+Blue) = 72+228+63=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 228 (89.45% from 255 or 62.81% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 228 - color contains mainly: green. Hex color #48E43F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E43F is #B71BC0. Grayscale: #A3A3A3. Windows color (decimal): -12000193 or 4187208. OLE color: 4187208.

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

Color convert

RGB 72 228 63 -
CMYK 0.68 0 0.72 0.11
HSL 116.73º 0.75% 0.57% -
HSV(B) 116.73º 0.72% 0.89% -
XYZ 31.31 57.22 14.1 -
YUV 162.55 71.82 63.42 -
System Red Green Blue C M Y K H S L
Decimal 72 228 63 0.68 0 0.72 0.11 116.73 0.75 0.57
Hex 48 E4 3F 44 0 48 B 75 4B 39
Octal 110 344 77 104 0 110 13 165 113 71
Binary 1001000 11100100 111111 1000100 0 1001000 1011 1110101 1001011 111001

Color Harmonies of #48E43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E43F

Black with #48E43F

Text Example


Text Example

White with #48E43F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,228,63); }

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

background-color css

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

 a { background-color: rgb(72,228,63); }

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

border-color css

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

 span { border-color: rgb(72,228,63); }

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