Html Css Color HEX #48CF4D Lime Green

📋 copy color: '#48CF4D'

red 72 ◦ green 207 ◦ blue 77

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

Shades of Lime Green #48CF4D

Tints of Lime Green #48CF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.63%

R = 20.22%
G = 58.15%
B = 21.63%

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

#48CF4D (or 0x48CF4D) is known color: Lime Green. HEX triplet: 48, CF and 4D. RGB value is (72,207,77). Sum of RGB (Red+Green+Blue) = 72+207+77=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 207 (81.25% from 255 or 58.15% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CF4D is #B730B2. Grayscale: #989898. Windows color (decimal): -12005555 or 5099336. OLE color: 5099336.

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

Color convert

RGB 72 207 77 -
CMYK 0.65 0 0.63 0.19
HSL 122.22º 0.58% 0.55% -
HSV(B) 122.22º 0.65% 0.81% -
XYZ 26.32 46.54 14.62 -
YUV 151.82 85.77 71.07 -
System Red Green Blue C M Y K H S L
Decimal 72 207 77 0.65 0 0.63 0.19 122.22 0.58 0.55
Hex 48 CF 4D 41 0 3F 13 7A 3A 37
Octal 110 317 115 101 0 77 23 172 72 67
Binary 1001000 11001111 1001101 1000001 0 111111 10011 1111010 111010 110111

Color Harmonies of #48CF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CF4D

Black with #48CF4D

Text Example


Text Example

White with #48CF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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