Html Css Color HEX #48CF47 Lime Green

📋 copy color: '#48CF47'

red 72 ◦ green 207 ◦ blue 71

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

Shades of Lime Green #48CF47

Tints of Lime Green #48CF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.29%

R = 20.57%
G = 59.14%
B = 20.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#48CF47 (or 0x48CF47) is known color: Lime Green. HEX triplet: 48, CF and 47. RGB value is (72,207,71). Sum of RGB (Red+Green+Blue) = 72+207+71=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 207 (81.25% from 255 or 59.14% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CF47 is #B730B8. Grayscale: #979797. Windows color (decimal): -12005561 or 4706120. OLE color: 4706120.

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

Color convert

RGB 72 207 71 -
CMYK 0.65 0 0.66 0.19
HSL 119.56º 0.59% 0.55% -
HSV(B) 119.56º 0.66% 0.81% -
XYZ 26.12 46.46 13.55 -
YUV 151.13 82.77 71.56 -
System Red Green Blue C M Y K H S L
Decimal 72 207 71 0.65 0 0.66 0.19 119.56 0.59 0.55
Hex 48 CF 47 41 0 42 13 78 3B 37
Octal 110 317 107 101 0 102 23 170 73 67
Binary 1001000 11001111 1000111 1000001 0 1000010 10011 1111000 111011 110111

Color Harmonies of #48CF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CF47

Black with #48CF47

Text Example


Text Example

White with #48CF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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