Html Css Color HEX #48CB40 Lime Green

📋 copy color: '#48CB40'

red 72 ◦ green 203 ◦ blue 64

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

Shades of Lime Green #48CB40

Tints of Lime Green #48CB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 59.88%

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

R = 21.24%
G = 59.88%
B = 18.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#48CB40 (or 0x48CB40) is known color: Lime Green. HEX triplet: 48, CB and 40. RGB value is (72,203,64). Sum of RGB (Red+Green+Blue) = 72+203+64=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 203 (79.69% from 255 or 59.88% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CB40 is #B734BF. Grayscale: #949494. Windows color (decimal): -12006592 or 4246344. OLE color: 4246344.

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

Color convert

RGB 72 203 64 -
CMYK 0.65 0 0.68 0.20
HSL 116.55º 0.57% 0.52% -
HSV(B) 116.55º 0.68% 0.8% -
XYZ 24.95 44.46 12.12 -
YUV 147.99 80.6 73.8 -
System Red Green Blue C M Y K H S L
Decimal 72 203 64 0.65 0 0.68 0.20 116.55 0.57 0.52
Hex 48 CB 40 41 0 44 14 75 39 34
Octal 110 313 100 101 0 104 24 165 71 64
Binary 1001000 11001011 1000000 1000001 0 1000100 10100 1110101 111001 110100

Color Harmonies of #48CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CB40

Black with #48CB40

Text Example


Text Example

White with #48CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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