Html Css Color HEX #48CF32 Lime Green

📋 copy color: '#48CF32'

red 72 ◦ green 207 ◦ blue 50

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

Shades of Lime Green #48CF32

Tints of Lime Green #48CF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.2%

R = 21.88%
G = 62.92%
B = 15.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#48CF32 (or 0x48CF32) is known color: Lime Green. HEX triplet: 48, CF and 32. RGB value is (72,207,50). Sum of RGB (Red+Green+Blue) = 72+207+50=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 207 (81.25% from 255 or 62.92% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CF32 is #B730CD. Grayscale: #959595. Windows color (decimal): -12005582 or 3329864. OLE color: 3329864.

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

Color convert

RGB 72 207 50 -
CMYK 0.65 0 0.76 0.19
HSL 111.59º 0.62% 0.5% -
HSV(B) 111.59º 0.76% 0.81% -
XYZ 25.56 46.23 10.59 -
YUV 148.74 72.27 73.27 -
System Red Green Blue C M Y K H S L
Decimal 72 207 50 0.65 0 0.76 0.19 111.59 0.62 0.5
Hex 48 CF 32 41 0 4C 13 70 3E 32
Octal 110 317 62 101 0 114 23 160 76 62
Binary 1001000 11001111 110010 1000001 0 1001100 10011 1110000 111110 110010

Color Harmonies of #48CF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CF32

Black with #48CF32

Text Example


Text Example

White with #48CF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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