Html Css Color HEX #48C840 Lime Green

📋 copy color: '#48C840'

red 72 ◦ green 200 ◦ blue 64

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

Shades of Lime Green #48C840

Tints of Lime Green #48C840

RGB

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

 GREEN value IS 200 (78.52% from 255) = 59.52%

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

R = 21.43%
G = 59.52%
B = 19.05%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#48C840 (or 0x48C840) is known color: Lime Green. HEX triplet: 48, C8 and 40. RGB value is (72,200,64). Sum of RGB (Red+Green+Blue) = 72+200+64=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 200 (78.52% from 255 or 59.52% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 200 - color contains mainly: green. Hex color #48C840 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C840 is #B737BF. Grayscale: #929292. Windows color (decimal): -12007360 or 4245576. OLE color: 4245576.

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

Color convert

RGB 72 200 64 -
CMYK 0.64 0 0.68 0.22
HSL 116.47º 0.55% 0.52% -
HSV(B) 116.47º 0.68% 0.78% -
XYZ 24.25 43.06 11.88 -
YUV 146.22 81.59 75.06 -
System Red Green Blue C M Y K H S L
Decimal 72 200 64 0.64 0 0.68 0.22 116.47 0.55 0.52
Hex 48 C8 40 40 0 44 16 74 37 34
Octal 110 310 100 100 0 104 26 164 67 64
Binary 1001000 11001000 1000000 1000000 0 1000100 10110 1110100 110111 110100

Color Harmonies of #48C840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C840

Black with #48C840

Text Example


Text Example

White with #48C840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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