Html Css Color HEX #48CC4A Lime Green

📋 copy color: '#48CC4A'

red 72 ◦ green 204 ◦ blue 74

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

Shades of Lime Green #48CC4A

Tints of Lime Green #48CC4A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 58.29%

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

R = 20.57%
G = 58.29%
B = 21.14%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#48CC4A (or 0x48CC4A) is known color: Lime Green. HEX triplet: 48, CC and 4A. RGB value is (72,204,74). Sum of RGB (Red+Green+Blue) = 72+204+74=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 204 (80.08% from 255 or 58.29% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CC4A is #B733B5. Grayscale: #969696. Windows color (decimal): -12006326 or 4901960. OLE color: 4901960.

HSL color Cylindrical-coordinate representation of color #48CC4A: hue angle of 120.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CC4A is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 204 74 -
CMYK 0.65 0 0.64 0.2
HSL 120.91º 0.56% 0.54% -
HSV(B) 120.91º 0.65% 0.8% -
XYZ 25.5 45.06 13.83 -
YUV 149.71 85.27 72.57 -
System Red Green Blue C M Y K H S L
Decimal 72 204 74 0.65 0 0.64 0.2 120.91 0.56 0.54
Hex 48 CC 4A 41 0 40 14 79 38 36
Octal 110 314 112 101 0 100 24 171 70 66
Binary 1001000 11001100 1001010 1000001 0 1000000 10100 1111001 111000 110110

Color Harmonies of #48CC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CC4A

Black with #48CC4A

Text Example


Text Example

White with #48CC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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