Html Css Color HEX #48CE2F Lime Green

📋 copy color: '#48CE2F'

red 72 ◦ green 206 ◦ blue 47

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

Shades of Lime Green #48CE2F

Tints of Lime Green #48CE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.46%

R = 22.15%
G = 63.38%
B = 14.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#48CE2F (or 0x48CE2F) is known color: Lime Green. HEX triplet: 48, CE and 2F. RGB value is (72,206,47). Sum of RGB (Red+Green+Blue) = 72+206+47=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 206 (80.86% from 255 or 63.38% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CE2F is #B731D0. Grayscale: #949494. Windows color (decimal): -12005841 or 3133000. OLE color: 3133000.

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

Color convert

RGB 72 206 47 -
CMYK 0.65 0 0.77 0.19
HSL 110.57º 0.63% 0.5% -
HSV(B) 110.57º 0.77% 0.81% -
XYZ 25.26 45.73 10.18 -
YUV 147.81 71.11 73.93 -
System Red Green Blue C M Y K H S L
Decimal 72 206 47 0.65 0 0.77 0.19 110.57 0.63 0.5
Hex 48 CE 2F 41 0 4D 13 6F 3F 32
Octal 110 316 57 101 0 115 23 157 77 62
Binary 1001000 11001110 101111 1000001 0 1001101 10011 1101111 111111 110010

Color Harmonies of #48CE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CE2F

Black with #48CE2F

Text Example


Text Example

White with #48CE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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