#48bf3c

Color #48BF3C Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #48BF3C

Tints of Lime Green #48BF3C

Color information

#48BF3C (or 0x48BF3C) is unknown color: approx Lime Green. HEX triplet: 48, BF and 3C. RGB value is (72,191,60). Sum of RGB (Red+Green+Blue) = 72+191+60=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 191 (75% from 255 or 59.13% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BF3C is #B740C3. Grayscale: #8C8C8C. Windows color (decimal): -12009668 or 3981128. OLE color: 3981128.

HSL color Cylindrical-coordinate representation of color #48BF3C: hue angle of 114.5º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48BF3C is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB7219160-
CMYK0.6200.690.25
HSL114.5º52.19%49.22%-
HSV(B)114.5º68.59%74.9%-
XYZ22.1238.9710.63-
YUV140.4882.5879.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 191 (75% from 255) = 59.13%
BLUE value IS 60 (23.83% from 255) = 18.58%
R=22.29%
G=59.13%
B=18.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72191600.6200.690.25114.552.1949.22
Hex48BF3C3E04519733431
Octal11027774760105311636461
Binary10010001011111111110011111001000101110011110011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48bf3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,191,60); }

 H1.HeaderClassName
 {
   color: #48bf3c;
 }
 .AnyTagClassName
 {
   color: #48bf3c;
 }
</style>
background-color css

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

 a { background-color: rgb(72,191,60); }

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

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

 span { border-color: rgb(72,191,60); }

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