#48CB30

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

Shades of Lime Green #48CB30

Tints of Lime Green #48CB30

Color information

#48CB30 (or 0x48CB30) is unknown color: approx Lime Green. HEX triplet: 48, CB and 30. RGB value is (72,203,48). Sum of RGB (Red+Green+Blue) = 72+203+48=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 203 (79.69% from 255 or 62.85% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CB30 is #B734CF. Grayscale: #929292. Windows color (decimal): -12006608 or 3197768. OLE color: 3197768.

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

Color convert

RGB7220348-
CMYK0.6500.760.20
HSL110.71º61.75%49.22%-
HSV(B)110.71º76.35%79.61%-
XYZ24.5644.310.05-
YUV146.1672.675.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 203 (79.69% from 255) = 62.85%
BLUE value IS 48 (19.14% from 255) = 14.86%
R=22.29%
G=62.85%
B=14.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72203480.6500.760.20110.7161.7549.22
Hex48CB304104C146f3e31
Octal110313601010114241577661
Binary100100011001011110000100000101001100101001101111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,203,48); }

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

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

 a { background-color: rgb(72,203,48); }

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

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

 span { border-color: rgb(72,203,48); }

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