Html Css Color HEX #48E640 Lime Green

📋 copy color: '#48E640'

red 72 ◦ green 230 ◦ blue 64

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

Shades of Lime Green #48E640

Tints of Lime Green #48E640

RGB

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

 GREEN value IS 230 (90.23% from 255) = 62.84%

 BLUE value IS 64 (25.39% from 255) = 17.49%

R = 19.67%
G = 62.84%
B = 17.49%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#48E640 (or 0x48E640) is known color: Lime Green. HEX triplet: 48, E6 and 40. RGB value is (72,230,64). Sum of RGB (Red+Green+Blue) = 72+230+64=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 230 (90.23% from 255 or 62.84% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 230 - color contains mainly: green. Hex color #48E640 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48E640 is #B719BF. Grayscale: #A4A4A4. Windows color (decimal): -11999680 or 4253256. OLE color: 4253256.

HSL color Cylindrical-coordinate representation of color #48E640: hue angle of 117.11º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48E640 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 230 64 -
CMYK 0.69 0 0.72 0.10
HSL 117.11º 0.77% 0.58% -
HSV(B) 117.11º 0.72% 0.9% -
XYZ 31.89 58.34 14.43 -
YUV 163.83 71.65 62.5 -
System Red Green Blue C M Y K H S L
Decimal 72 230 64 0.69 0 0.72 0.10 117.11 0.77 0.58
Hex 48 E6 40 45 0 48 A 75 4D 3A
Octal 110 346 100 105 0 110 12 165 115 72
Binary 1001000 11100110 1000000 1000101 0 1001000 1010 1110101 1001101 111010

Color Harmonies of #48E640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E640

Black with #48E640

Text Example


Text Example

White with #48E640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,230,64); }

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

background-color css

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

 a { background-color: rgb(72,230,64); }

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

border-color css

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

 span { border-color: rgb(72,230,64); }

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