#48CF34

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

Shades of Lime Green #48CF34

Tints of Lime Green #48CF34

Color information

#48CF34 (or 0x48CF34) is unknown color: approx Lime Green. HEX triplet: 48, CF and 34. RGB value is (72,207,52). Sum of RGB (Red+Green+Blue) = 72+207+52=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 207 (81.25% from 255 or 62.54% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CF34 is #B730CB. Grayscale: #959595. Windows color (decimal): -12005580 or 3460936. OLE color: 3460936.

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

Color convert

RGB7220752-
CMYK0.6500.750.19
HSL112.26º61.75%50.78%-
HSV(B)112.26º74.88%81.18%-
XYZ25.6146.2510.83-
YUV148.9673.2773.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 207 (81.25% from 255) = 62.54%
BLUE value IS 52 (20.70% from 255) = 15.71%
R=21.75%
G=62.54%
B=15.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal72207520.6500.750.19112.2661.7550.78
Hex48CF344104B13703e33
Octal110317641010113231607663
Binary100100011001111110100100000101001011100111110000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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