Html Css Color HEX #48CF4E Lime Green

📋 copy color: '#48CF4E'

red 72 ◦ green 207 ◦ blue 78

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

Shades of Lime Green #48CF4E

Tints of Lime Green #48CF4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.85%

R = 20.17%
G = 57.98%
B = 21.85%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#48CF4E (or 0x48CF4E) is known color: Lime Green. HEX triplet: 48, CF and 4E. RGB value is (72,207,78). Sum of RGB (Red+Green+Blue) = 72+207+78=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 207 (81.25% from 255 or 57.98% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CF4E is #B730B1. Grayscale: #989898. Windows color (decimal): -12005554 or 5164872. OLE color: 5164872.

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

Color convert

RGB 72 207 78 -
CMYK 0.65 0 0.62 0.19
HSL 122.67º 0.58% 0.55% -
HSV(B) 122.67º 0.65% 0.81% -
XYZ 26.36 46.55 14.8 -
YUV 151.93 86.27 70.99 -
System Red Green Blue C M Y K H S L
Decimal 72 207 78 0.65 0 0.62 0.19 122.67 0.58 0.55
Hex 48 CF 4E 41 0 3E 13 7B 3A 37
Octal 110 317 116 101 0 76 23 173 72 67
Binary 1001000 11001111 1001110 1000001 0 111110 10011 1111011 111010 110111

Color Harmonies of #48CF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CF4E

Black with #48CF4E

Text Example


Text Example

White with #48CF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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