Html Css Color HEX #48CE39 Lime Green

📋 copy color: '#48CE39'

red 72 ◦ green 206 ◦ blue 57

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

Shades of Lime Green #48CE39

Tints of Lime Green #48CE39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.01%

R = 21.49%
G = 61.49%
B = 17.01%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#48CE39 (or 0x48CE39) is known color: Lime Green. HEX triplet: 48, CE and 39. RGB value is (72,206,57). Sum of RGB (Red+Green+Blue) = 72+206+57=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 206 (80.86% from 255 or 61.49% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CE39 is #B731C6. Grayscale: #959595. Windows color (decimal): -12005831 or 3788360. OLE color: 3788360.

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

Color convert

RGB 72 206 57 -
CMYK 0.65 0 0.72 0.19
HSL 113.96º 0.6% 0.52% -
HSV(B) 113.96º 0.72% 0.81% -
XYZ 25.48 45.82 11.37 -
YUV 148.95 76.11 73.12 -
System Red Green Blue C M Y K H S L
Decimal 72 206 57 0.65 0 0.72 0.19 113.96 0.6 0.52
Hex 48 CE 39 41 0 48 13 72 3C 34
Octal 110 316 71 101 0 110 23 162 74 64
Binary 1001000 11001110 111001 1000001 0 1001000 10011 1110010 111100 110100

Color Harmonies of #48CE39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CE39

Black with #48CE39

Text Example


Text Example

White with #48CE39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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