Html Css Color HEX #48CE4C Lime Green

📋 copy color: '#48CE4C'

red 72 ◦ green 206 ◦ blue 76

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

Shades of Lime Green #48CE4C

Tints of Lime Green #48CE4C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 58.19%

 BLUE value IS 76 (30.08% from 255) = 21.47%

R = 20.34%
G = 58.19%
B = 21.47%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#48CE4C (or 0x48CE4C) is known color: Lime Green. HEX triplet: 48, CE and 4C. RGB value is (72,206,76). Sum of RGB (Red+Green+Blue) = 72+206+76=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 206 (80.86% from 255 or 58.19% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CE4C is #B731B3. Grayscale: #979797. Windows color (decimal): -12005812 or 5033544. OLE color: 5033544.

HSL color Cylindrical-coordinate representation of color #48CE4C: hue angle of 121.79º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CE4C is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 206 76 -
CMYK 0.65 0 0.63 0.19
HSL 121.79º 0.58% 0.55% -
HSV(B) 121.79º 0.65% 0.81% -
XYZ 26.05 46.04 14.35 -
YUV 151.11 85.61 71.57 -
System Red Green Blue C M Y K H S L
Decimal 72 206 76 0.65 0 0.63 0.19 121.79 0.58 0.55
Hex 48 CE 4C 41 0 3F 13 7A 3A 37
Octal 110 316 114 101 0 77 23 172 72 67
Binary 1001000 11001110 1001100 1000001 0 111111 10011 1111010 111010 110111

Color Harmonies of #48CE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CE4C

Black with #48CE4C

Text Example


Text Example

White with #48CE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,206,76); }

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

background-color css

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

 a { background-color: rgb(72,206,76); }

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

border-color css

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

 span { border-color: rgb(72,206,76); }

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