Html Css Color HEX #48CA40 Lime Green

📋 copy color: '#48CA40'

red 72 ◦ green 202 ◦ blue 64

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

Shades of Lime Green #48CA40

Tints of Lime Green #48CA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 59.76%

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

R = 21.3%
G = 59.76%
B = 18.93%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#48CA40 (or 0x48CA40) is known color: Lime Green. HEX triplet: 48, CA and 40. RGB value is (72,202,64). Sum of RGB (Red+Green+Blue) = 72+202+64=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #48CA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CA40 is #B735BF. Grayscale: #939393. Windows color (decimal): -12006848 or 4246088. OLE color: 4246088.

HSL color Cylindrical-coordinate representation of color #48CA40: hue angle of 116.52º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48CA40 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 202 64 -
CMYK 0.64 0 0.68 0.21
HSL 116.52º 0.57% 0.52% -
HSV(B) 116.52º 0.68% 0.79% -
XYZ 24.72 43.99 12.04 -
YUV 147.4 80.93 74.22 -
System Red Green Blue C M Y K H S L
Decimal 72 202 64 0.64 0 0.68 0.21 116.52 0.57 0.52
Hex 48 CA 40 40 0 44 15 75 39 34
Octal 110 312 100 100 0 104 25 165 71 64
Binary 1001000 11001010 1000000 1000000 0 1000100 10101 1110101 111001 110100

Color Harmonies of #48CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CA40

Black with #48CA40

Text Example


Text Example

White with #48CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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