Html Css Color HEX #48CF54 Lime Green

📋 copy color: '#48CF54'

red 72 ◦ green 207 ◦ blue 84

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

Shades of Lime Green #48CF54

Tints of Lime Green #48CF54

RGB

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

 GREEN value IS 207 (81.25% from 255) = 57.02%

 BLUE value IS 84 (33.2% from 255) = 23.14%

R = 19.83%
G = 57.02%
B = 23.14%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#48CF54 (or 0x48CF54) is known color: Lime Green. HEX triplet: 48, CF and 54. RGB value is (72,207,84). Sum of RGB (Red+Green+Blue) = 72+207+84=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CF54 is #B730AB. Grayscale: #989898. Windows color (decimal): -12005548 or 5558088. OLE color: 5558088.

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

Color convert

RGB 72 207 84 -
CMYK 0.65 0 0.59 0.19
HSL 125.33º 0.58% 0.55% -
HSV(B) 125.33º 0.65% 0.81% -
XYZ 26.59 46.64 15.99 -
YUV 152.61 89.27 70.5 -
System Red Green Blue C M Y K H S L
Decimal 72 207 84 0.65 0 0.59 0.19 125.33 0.58 0.55
Hex 48 CF 54 41 0 3B 13 7D 3A 37
Octal 110 317 124 101 0 73 23 175 72 67
Binary 1001000 11001111 1010100 1000001 0 111011 10011 1111101 111010 110111

Color Harmonies of #48CF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CF54

Black with #48CF54

Text Example


Text Example

White with #48CF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,207,84); }

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

background-color css

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

 a { background-color: rgb(72,207,84); }

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

border-color css

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

 span { border-color: rgb(72,207,84); }

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