Html Css Color HEX #48CE4A Lime Green

📋 copy color: '#48CE4A'

red 72 ◦ green 206 ◦ blue 74

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

Shades of Lime Green #48CE4A

Tints of Lime Green #48CE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.02%

R = 20.45%
G = 58.52%
B = 21.02%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#48CE4A (or 0x48CE4A) is known color: Lime Green. HEX triplet: 48, CE and 4A. RGB value is (72,206,74). Sum of RGB (Red+Green+Blue) = 72+206+74=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 206 (80.86% from 255 or 58.52% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CE4A is #B731B5. Grayscale: #979797. Windows color (decimal): -12005814 or 4902472. OLE color: 4902472.

HSL color Cylindrical-coordinate representation of color #48CE4A: hue angle of 120.9º 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 #48CE4A is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 206 74 -
CMYK 0.65 0 0.64 0.19
HSL 120.9º 0.58% 0.55% -
HSV(B) 120.9º 0.65% 0.81% -
XYZ 25.98 46.01 13.99 -
YUV 150.89 84.61 71.73 -
System Red Green Blue C M Y K H S L
Decimal 72 206 74 0.65 0 0.64 0.19 120.9 0.58 0.55
Hex 48 CE 4A 41 0 40 13 79 3A 37
Octal 110 316 112 101 0 100 23 171 72 67
Binary 1001000 11001110 1001010 1000001 0 1000000 10011 1111001 111010 110111

Color Harmonies of #48CE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CE4A

Black with #48CE4A

Text Example


Text Example

White with #48CE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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