Html Css Color HEX #48D43C Lime Green

📋 copy color: '#48D43C'

red 72 ◦ green 212 ◦ blue 60

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

Shades of Lime Green #48D43C

Tints of Lime Green #48D43C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 61.63%

 BLUE value IS 60 (23.83% from 255) = 17.44%

R = 20.93%
G = 61.63%
B = 17.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#48D43C (or 0x48D43C) is known color: Lime Green. HEX triplet: 48, D4 and 3C. RGB value is (72,212,60). Sum of RGB (Red+Green+Blue) = 72+212+60=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 212 (83.20% from 255 or 61.63% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 212 - color contains mainly: green. Hex color #48D43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D43C is #B72BC3. Grayscale: #999999. Windows color (decimal): -12004292 or 3986504. OLE color: 3986504.

HSL color Cylindrical-coordinate representation of color #48D43C: hue angle of 115.26º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48D43C is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 72 212 60 -
CMYK 0.66 0 0.72 0.17
HSL 115.26º 0.64% 0.53% -
HSV(B) 115.26º 0.72% 0.83% -
XYZ 27.03 48.79 12.27 -
YUV 152.81 75.62 70.36 -
System Red Green Blue C M Y K H S L
Decimal 72 212 60 0.66 0 0.72 0.17 115.26 0.64 0.53
Hex 48 D4 3C 42 0 48 11 73 40 35
Octal 110 324 74 102 0 110 21 163 100 65
Binary 1001000 11010100 111100 1000010 0 1001000 10001 1110011 1000000 110101

Color Harmonies of #48D43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D43C

Black with #48D43C

Text Example


Text Example

White with #48D43C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,212,60); }

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

background-color css

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

 a { background-color: rgb(72,212,60); }

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

border-color css

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

 span { border-color: rgb(72,212,60); }

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