Html Css Color HEX #48CE3F Lime Green

📋 copy color: '#48CE3F'

red 72 ◦ green 206 ◦ blue 63

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

Shades of Lime Green #48CE3F

Tints of Lime Green #48CE3F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.41%

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

R = 21.11%
G = 60.41%
B = 18.48%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#48CE3F (or 0x48CE3F) is known color: Lime Green. HEX triplet: 48, CE and 3F. RGB value is (72,206,63). Sum of RGB (Red+Green+Blue) = 72+206+63=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 206 (80.86% from 255 or 60.41% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CE3F is #B731C0. Grayscale: #969696. Windows color (decimal): -12005825 or 4181576. OLE color: 4181576.

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

Color convert

RGB 72 206 63 -
CMYK 0.65 0 0.69 0.19
HSL 116.22º 0.59% 0.53% -
HSV(B) 116.22º 0.69% 0.81% -
XYZ 25.64 45.88 12.21 -
YUV 149.63 79.11 72.63 -
System Red Green Blue C M Y K H S L
Decimal 72 206 63 0.65 0 0.69 0.19 116.22 0.59 0.53
Hex 48 CE 3F 41 0 45 13 74 3B 35
Octal 110 316 77 101 0 105 23 164 73 65
Binary 1001000 11001110 111111 1000001 0 1000101 10011 1110100 111011 110101

Color Harmonies of #48CE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CE3F

Black with #48CE3F

Text Example


Text Example

White with #48CE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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