Html Css Color HEX #48CF3F Lime Green

📋 copy color: '#48CF3F'

red 72 ◦ green 207 ◦ blue 63

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

Shades of Lime Green #48CF3F

Tints of Lime Green #48CF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.42%

R = 21.05%
G = 60.53%
B = 18.42%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#48CF3F (or 0x48CF3F) is known color: Lime Green. HEX triplet: 48, CF and 3F. RGB value is (72,207,63). Sum of RGB (Red+Green+Blue) = 72+207+63=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 207 (81.25% from 255 or 60.53% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CF3F is #B730C0. Grayscale: #969696. Windows color (decimal): -12005569 or 4181832. OLE color: 4181832.

HSL color Cylindrical-coordinate representation of color #48CF3F: hue angle of 116.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48CF3F is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 207 63 -
CMYK 0.65 0 0.70 0.19
HSL 116.25º 0.6% 0.53% -
HSV(B) 116.25º 0.7% 0.81% -
XYZ 25.88 46.36 12.29 -
YUV 150.22 78.77 72.21 -
System Red Green Blue C M Y K H S L
Decimal 72 207 63 0.65 0 0.70 0.19 116.25 0.6 0.53
Hex 48 CF 3F 41 0 46 13 74 3C 35
Octal 110 317 77 101 0 106 23 164 74 65
Binary 1001000 11001111 111111 1000001 0 1000110 10011 1110100 111100 110101

Color Harmonies of #48CF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CF3F

Black with #48CF3F

Text Example


Text Example

White with #48CF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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