Html Css Color HEX #48CA4D Lime Green

📋 copy color: '#48CA4D'

red 72 ◦ green 202 ◦ blue 77

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

Shades of Lime Green #48CA4D

Tints of Lime Green #48CA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 20.51%
G = 57.55%
B = 21.94%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#48CA4D (or 0x48CA4D) is known color: Lime Green. HEX triplet: 48, CA and 4D. RGB value is (72,202,77). Sum of RGB (Red+Green+Blue) = 72+202+77=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #48CA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CA4D is #B735B2. Grayscale: #959595. Windows color (decimal): -12006835 or 5098056. OLE color: 5098056.

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

Color convert

RGB 72 202 77 -
CMYK 0.64 0 0.62 0.21
HSL 122.31º 0.55% 0.54% -
HSV(B) 122.31º 0.64% 0.79% -
XYZ 25.13 44.15 14.22 -
YUV 148.88 87.43 73.16 -
System Red Green Blue C M Y K H S L
Decimal 72 202 77 0.64 0 0.62 0.21 122.31 0.55 0.54
Hex 48 CA 4D 40 0 3E 15 7A 37 36
Octal 110 312 115 100 0 76 25 172 67 66
Binary 1001000 11001010 1001101 1000000 0 111110 10101 1111010 110111 110110

Color Harmonies of #48CA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CA4D

Black with #48CA4D

Text Example


Text Example

White with #48CA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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